Lines Matching refs:TestMap
43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap; typedef
94 TestMap test_map;
99 test_map = TestMap(data); in TEST_F()
111 test_map = TestMap(data); in TEST_F()
116 test_map = TestMap(data); in TEST_F()
134 test_map = TestMap(data); in TEST_F()
147 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
154 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
162 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
170 test_map[testcase] = TestMap(map_data[testcase]); in SetUp()
305 TestMap test_map[kNumberTestCases];
306 TestMap::const_iterator iter_test;