Searched refs:ProcessAttributeBuffer (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler.h207 virtual void ProcessAttributeBuffer(enum DwarfAttribute attr, function in class:dwarf2reader::DIEHandler
309 void ProcessAttributeBuffer(uint64 offset,
H A Ddwarf2diehandler.cc167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset, function in class:dwarf2reader::DIEDispatcher
175 current.handler_->ProcessAttributeBuffer(attr, form, data, len);
H A Ddwarf2reader_die_unittest.cc91 MOCK_METHOD5(ProcessAttributeBuffer, void(uint64 offset,
120 EXPECT_CALL(handler, ProcessAttributeBuffer(_, _, _, _, _)).Times(0);
321 EXPECT_CALL(handler, ProcessAttributeBuffer(_, (DwarfAttribute) 0xe52c4463,
342 EXPECT_CALL(handler, ProcessAttributeBuffer(_, (DwarfAttribute) 0xe52c4463,
405 EXPECT_CALL(handler, ProcessAttributeBuffer(_, (DwarfAttribute) 0xba3ae5cb,
H A Ddwarf2diehandler_unittest.cc69 MOCK_METHOD4(ProcessAttributeBuffer,
88 MOCK_METHOD4(ProcessAttributeBuffer,
224 ProcessAttributeBuffer((DwarfAttribute) 0x25d7e0af,
270 die_dispatcher.ProcessAttributeBuffer(0xe2222da01e29f2a9LL,
H A Ddwarf2reader.h381 virtual void ProcessAttributeBuffer(uint64 offset, function in class:dwarf2reader::Dwarf2Handler
H A Ddwarf2reader.cc414 handler_->ProcessAttributeBuffer(dieoffset, attr, form, start + 1,
420 handler_->ProcessAttributeBuffer(dieoffset, attr, form, start + 2,
426 handler_->ProcessAttributeBuffer(dieoffset, attr, form, start + 4,
433 handler_->ProcessAttributeBuffer(dieoffset, attr, form, start + len,
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc379 handler->ProcessAttributeBuffer((DwarfAttribute) 0xa55ffb51,

Completed in 517 milliseconds