Searched refs:AppendList (Results 1 – 4 of 4) sorted by relevance
52 class AppendList class55 AppendList (size_t blockSize);56 ~AppendList (void);65 AppendList (const AppendList<ElementType>&);66 AppendList<ElementType>& operator= (const AppendList<ElementType>&);164 AppendList<ElementType>::AppendList (size_t blockSize) in AppendList() function in de::AppendList173 AppendList<ElementType>::~AppendList (void) in ~AppendList()195 void AppendList<ElementType>::clear (void) in clear()224 void AppendList<ElementType>::append (const ElementType& value) in append()272 typename AppendList<ElementType>::const_iterator AppendList<ElementType>::begin (void) const in begin()[all …]
60 AppendList<TestElem> testList;118 for (AppendList<TestElem>::const_iterator elemIter = sharedState.testList.begin(); in runAppendListTest()171 de::AppendList<ObjCountElem> testList (numElementsHint); in runClearTest()
146 typedef de::AppendList<AllocationCallbackRecord>::const_iterator RecordIterator;153 typedef de::AppendList<AllocationCallbackRecord> Records;
75 typedef de::AppendList<DebugReportMessage> MessageList;