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

/haiku/headers/private/kernel/util/
H A DVectorSet.h25 #define _VECTOR_SET_CLASS_NAME VectorSet<Value, ElementOrder> macro
93 _VECTOR_SET_CLASS_NAME::VectorSet(size_t chunkSize)
106 _VECTOR_SET_CLASS_NAME::~VectorSet()
128 _VECTOR_SET_CLASS_NAME::Insert(const Value &value, bool replace)
148 _VECTOR_SET_CLASS_NAME::Remove(const Value &value)
168 _VECTOR_SET_CLASS_NAME::Erase(const Iterator &iterator)
180 _VECTOR_SET_CLASS_NAME::Count() const
192 _VECTOR_SET_CLASS_NAME::IsEmpty() const
202 _VECTOR_SET_CLASS_NAME::MakeEmpty()
218 _VECTOR_SET_CLASS_NAME
[all...]

Completed in 32 milliseconds