Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstatic_map_unittest.cc100 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); in TEST_F()
112 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); in TEST_F()
117 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); in TEST_F()
135 ASSERT_FALSE(test_map.ValidateInMemoryStructure()); in TEST_F()
320 ASSERT_TRUE(test_map[test_case].ValidateInMemoryStructure()); in TEST_F()
337 ASSERT_TRUE(test_map[test_case].ValidateInMemoryStructure()); in TEST_F()
354 ASSERT_TRUE(test_map[test_case].ValidateInMemoryStructure()); in TEST_F()
371 ASSERT_TRUE(test_map[test_case].ValidateInMemoryStructure()); in TEST_F()
Dstatic_map.h120 bool ValidateInMemoryStructure() const;
Dstatic_map-inl.h124 bool StaticMap<Key, Value, Compare>::ValidateInMemoryStructure() const { in ValidateInMemoryStructure() function