Lines Matching defs:handler
114 // Default expectations for the data handler.
115 EXPECT_CALL(handler, StartCompilationUnit(_, _, _, _, _)).Times(0);
116 EXPECT_CALL(handler, StartDIE(_, _)).Times(0);
117 EXPECT_CALL(handler, ProcessAttributeUnsigned(_, _, _, _)).Times(0);
118 EXPECT_CALL(handler, ProcessAttributeSigned(_, _, _, _)).Times(0);
119 EXPECT_CALL(handler, ProcessAttributeReference(_, _, _, _)).Times(0);
120 EXPECT_CALL(handler, ProcessAttributeBuffer(_, _, _, _, _)).Times(0);
121 EXPECT_CALL(handler, ProcessAttributeString(_, _, _, _)).Times(0);
122 EXPECT_CALL(handler, EndDIE(_)).Times(0);
144 MockDwarf2Handler handler;
182 EXPECT_CALL(handler,
187 EXPECT_CALL(handler, StartDIE(_, dwarf2reader::DW_TAG_compile_unit))
189 EXPECT_CALL(handler, ProcessAttributeString(_, dwarf2reader::DW_AT_name,
193 EXPECT_CALL(handler, EndDIE(_))
199 CompilationUnit parser(MakeSectionMap(), 0, &byte_reader, &handler);
252 // Set up handler to expect a compilation unit matching |params|,
257 EXPECT_CALL(handler,
263 EXPECT_CALL(handler, StartDIE(_, tag))
269 EXPECT_CALL(handler, EndDIE(_))
277 CompilationUnit parser(MakeSectionMap(), offset, &byte_reader, &handler);
303 EXPECT_CALL(handler, ProcessAttributeUnsigned(_, dwarf2reader::DW_AT_low_pc,
321 EXPECT_CALL(handler, ProcessAttributeBuffer(_, (DwarfAttribute) 0xe52c4463,
342 EXPECT_CALL(handler, ProcessAttributeBuffer(_, (DwarfAttribute) 0xe52c4463,
360 EXPECT_CALL(handler,
386 EXPECT_CALL(handler, ProcessAttributeUnsigned(_, (DwarfAttribute) 0xa060bfd1,
405 EXPECT_CALL(handler, ProcessAttributeBuffer(_, (DwarfAttribute) 0xba3ae5cb,
423 EXPECT_CALL(handler, ProcessAttributeSignature(_, (DwarfAttribute) 0xd708d908,
447 EXPECT_CALL(handler, ProcessAttributeSignature(_, (DwarfAttribute) 0xd708d908,