OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_handler_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/dwarf/
dwarf2diehandler.h
289
DIEDispatcher(RootDIEHandler *root_handler) :
root_handler_
(root_handler) { }
348
// empty; we'll call
root_handler_
's special member functions, and
349
// perhaps push
root_handler_
on the stack to look at the root's
359
RootDIEHandler *
root_handler_
;
member in class:dwarf2reader::DIEDispatcher
/external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc
129
root_handler_
(&file_context_, &line_reader_, &reporter_),
174
// Call the handler this.
root_handler_
's StartCompilationUnit and
177
// this.
root_handler_
ready to hear about children: call
178
// this.
root_handler_
.EndAttributes, but not this.
root_handler_
.Finish.
241
// this.
root_handler_
.Finish. After that point, no further calls
292
DwarfCUToModule
root_handler_
;
member in class:CUFixtureBase
336
ASSERT_TRUE(
root_handler_
340
ASSERT_TRUE(
root_handler_
.StartRootDIE(0x02e56bfbda9e7337ULL,
343
root_handler_
.ProcessAttributeString(dwarf2reader::DW_AT_name
[
all
...]
Completed in 176 milliseconds