Searched refs:typedBuffer (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/media/
H A DParameterWeb.cpp174 const Type *typedBuffer = static_cast<const Type *>(*_buffer); local
175 Type value = *typedBuffer;
177 typedBuffer++;
178 *_buffer = static_cast<const void *>(typedBuffer);
215 Type *typedBuffer = static_cast<Type *>(*_buffer);
217 *typedBuffer = 0;
218 typedBuffer++;
220 *_buffer = static_cast<void *>(typedBuffer);
227 Type *typedBuffer = static_cast<Type *>(*_buffer); local
229 *typedBuffer
[all...]

Completed in 81 milliseconds