Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc775 MockSectionHandler section_handler; member
1411 EXPECT_CALL(section_handler, in TEST_F()
1423 EXPECT_CALL(section_handler, in TEST_F()
1430 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1471 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1512 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1553 EXPECT_FALSE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()
1592 EXPECT_CALL(section_handler, in TEST_F()
1598 EXPECT_TRUE(reader.WalkSegmentSections(actual_segment, &section_handler)); in TEST_F()