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

/haiku/headers/private/userlandfs/shared/
H A DVector.h18 #define _VECTOR_CLASS_NAME Vector<Value> macro
196 _VECTOR_CLASS_NAME::Vector(size_t chunkSize)
215 _VECTOR_CLASS_NAME::~Vector()
231 _VECTOR_CLASS_NAME::PushFront(const Value &value)
245 _VECTOR_CLASS_NAME::PushBack(const Value &value)
257 _VECTOR_CLASS_NAME::PopFront()
270 _VECTOR_CLASS_NAME::PopBack()
286 _VECTOR_CLASS_NAME::_MoveItems(Value* items, int32 offset, int32 count)
304 _VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
327 _VECTOR_CLASS_NAME
[all...]
/haiku/headers/private/kernel/util/
H A DVector.h18 #define _VECTOR_CLASS_NAME Vector<Value> macro
200 _VECTOR_CLASS_NAME::Vector(size_t chunkSize)
219 _VECTOR_CLASS_NAME::~Vector()
235 _VECTOR_CLASS_NAME::PushFront(const Value &value)
249 _VECTOR_CLASS_NAME::PushBack(const Value &value)
261 _VECTOR_CLASS_NAME::PopFront()
274 _VECTOR_CLASS_NAME::PopBack()
290 _VECTOR_CLASS_NAME::_MoveItems(Value* items, int32 offset, int32 count)
308 _VECTOR_CLASS_NAME::Insert(const Value &value, int32 index)
331 _VECTOR_CLASS_NAME
[all...]

Completed in 61 milliseconds