Lines Matching refs:TestMap
46 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef
97 TestMap test_map;
102 test_map = TestMap(data); in TEST_F()
114 test_map = TestMap(data); in TEST_F()
119 test_map = TestMap(data); in TEST_F()
137 test_map = TestMap(data); in TEST_F()
150 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
157 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
165 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
173 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
308 TestMap test_map[kNumberTestCases];
309 TestMap::const_iterator iter_test;