Searched refs:DECLARE_TEST_STRATEGY (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/system/kernel/util/ |
H A D | VectorMapTest.cpp | 56 #define DECLARE_TEST_STRATEGY(Key, Value, Map, Strategy, ClassName) \ macro 66 DECLARE_TEST_STRATEGY(int, int, IntIntMap, IntIntTestStrategy, 68 DECLARE_TEST_STRATEGY(int, string, IntStringMap, IntStringTestStrategy, 70 DECLARE_TEST_STRATEGY(string, int, StringIntMap, StringIntTestStrategy, 72 DECLARE_TEST_STRATEGY(string, string, StringStringMap,
|