Home
last modified time | relevance | path

Searched refs:EntryStrategy (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h600 typedef _EntryStrategy EntryStrategy; typedef
601 typedef typename EntryStrategy::KeyStrategy KeyStrategy;
602 typedef typename EntryStrategy::ValueStrategy ValueStrategy;
668 typedef typename _TestStrategy::EntryStrategy EntryStrategy; in GenericInsertTest() typedef
672 EntryStrategy entryStrategy; in GenericInsertTest()
709 typedef typename _TestStrategy::EntryStrategy EntryStrategy; in GenericPutTest() typedef
713 EntryStrategy entryStrategy; in GenericPutTest()
750 typedef typename _TestStrategy::EntryStrategy EntryStrategy; in GenericGetTest() typedef
755 EntryStrategy entryStrategy; in GenericGetTest()
791 template<typename TestClass, typename EntryStrategy>
[all …]
H A DVectorMapTest.cpp47 typedef PairEntryStrategy<KeyStrategy, ValueStrategy> EntryStrategy; typedef
60 : public TestStrategy<Map, PairTestBase<Key, Value>::EntryStrategy, \
/haiku/headers/private/kernel/util/
H A DVectorMap.h34 typename EntryStrategy>
35 #define _VECTOR_MAP_CLASS_NAME VectorMap<Key, Value, EntryStrategy>
36 #define _VECTOR_MAP_CLASS_TYPE typename VectorMap<Key, Value, EntryStrategy>
52 typename EntryStrategy = VectorMapEntryStrategy::Pair<Key, Value> >
56 typedef typename EntryStrategy::Entry _Entry;
57 typedef typename EntryStrategy::KeyReference KeyReference;
114 EntryStrategy fEntryStrategy;