OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndAttributes
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/common/dwarf/
dwarf2diehandler_unittest.cc
75
MOCK_METHOD0(
EndAttributes
, bool());
94
MOCK_METHOD0(
EndAttributes
, bool());
165
EXPECT_CALL(mock_root_handler,
EndAttributes
())
238
EXPECT_CALL(mock_root_handler,
EndAttributes
())
312
EXPECT_CALL(mock_root_handler,
EndAttributes
())
326
EXPECT_CALL(*mock_child1_handler,
EndAttributes
())
351
EXPECT_CALL(*mock_child3_handler,
EndAttributes
())
448
EXPECT_CALL(mock_root_handler,
EndAttributes
())
457
EXPECT_CALL(*mock_child_handler,
EndAttributes
())
474
EXPECT_CALL(*mock_grandchild_handler,
EndAttributes
())
[
all
...]
dwarf2diehandler.cc
65
// attributes' values? If so, call its
EndAttributes
member function.
68
if (!parent->handler_->
EndAttributes
()) {
124
entry->handler_->
EndAttributes
(); // Ignore return value: no children.
dwarf2diehandler.h
134
// - It calls the handler's
EndAttributes
member function. This
174
// -
EndAttributes
()
193
// affected by the presence of other attributes. The
EndAttributes
226
// must appear, so only when the
EndAttributes
function is called
233
virtual bool
EndAttributes
() { return false; }
235
// If
EndAttributes
returns true to indicate that some of the DIE's
250
// This happens after the
EndAttributes
call, all FindChildHandler
252
// any). We call Finish on every handler --- even if
EndAttributes
/external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc
178
// this.root_handler_.
EndAttributes
, but not this.root_handler_.Finish.
185
// the handler ready to hear about children: call
EndAttributes
, but
192
// the handler ready to hear about children: call
EndAttributes
, but
201
// function's size. Call
EndAttributes
and Finish; one cannot define
210
// a DW_AT_name attribute. Call
EndAttributes
and Finish.
364
ASSERT_TRUE(root_handler_.
EndAttributes
());
398
if (!handler->
EndAttributes
()) {
422
if (!handler->
EndAttributes
()) {
461
EXPECT_TRUE(func->
EndAttributes
());
484
EXPECT_TRUE(die->
EndAttributes
());
[
all
...]
dwarf_cu_to_module.h
248
bool
EndAttributes
();
dwarf_cu_to_module.cc
256
// Use this from
EndAttributes
member functions, not ProcessAttribute*
451
bool
EndAttributes
();
456
// specification_, parent_context_. Computed in
EndAttributes
.
523
bool DwarfCUToModule::FuncHandler::
EndAttributes
() {
576
bool
EndAttributes
();
583
bool DwarfCUToModule::NamedScopeHandler::
EndAttributes
() {
748
bool DwarfCUToModule::
EndAttributes
() {
[
all
...]
Completed in 95 milliseconds