Home | History | Annotate | Download | only in common

Lines Matching refs:EndAttributes

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());
513 EXPECT_TRUE(die->EndAttributes());
541 EXPECT_TRUE(die->EndAttributes());
570 EXPECT_TRUE(func->EndAttributes());
1450 ASSERT_TRUE(root1_handler.EndAttributes());
1462 ASSERT_TRUE(root2_handler.EndAttributes());
1479 ASSERT_TRUE(root3_handler.EndAttributes());
1509 ASSERT_TRUE(root1_handler.EndAttributes());
1521 ASSERT_TRUE(root2_handler.EndAttributes());
1539 ASSERT_TRUE(root3_handler.EndAttributes());
1659 root_handler_.EndAttributes();