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

/haiku/src/tests/system/kernel/util/
H A DVectorMapTest.cpp28 : public VectorMap<Key, Value, VectorMapEntryStrategy::Pair<Key, Value,
51 : public VectorMap<Key, Value, VectorMapEntryStrategy::Pair<Key, Value,
67 "VectorMap<int, int, Pair>")
69 "VectorMap<int, string, Pair>")
71 "VectorMap<string, int, Pair>")
74 "VectorMap<string, string, Pair>")
/haiku/headers/private/kernel/util/
H A DVectorMap.h18 // Pair
20 typename KeyOrder = KernelUtilsOrder::Ascending<Key> > class Pair;
52 typename EntryStrategy = VectorMapEntryStrategy::Pair<Key, Value> >
680 // Pair
682 class Pair { class in namespace:VectorMapEntryStrategy

Completed in 36 milliseconds