Searched defs:die (Results 1 – 15 of 15) sorted by relevance
98 die () { function
22 die ( ) { function
40 die () { function
56 die () { function
417 const nogrod::DwarfDie* GetAtTypeDie(const nogrod::DwarfDie* die, const nogrod::DwarfInfo* info) { in GetAtTypeDie()447 std::unique_ptr<TypeInfo> ParseBaseType(const nogrod::DwarfDie* die) { in ParseBaseType()518 std::unique_ptr<TypeInfo> ParseEnumType(const nogrod::DwarfDie* die) { in ParseEnumType()531 std::optional<std::string> GetDieName(const nogrod::DwarfDie* die) { in GetDieName()547 const nogrod::DwarfDie* die, in ParseClass()712 const TypeInfo* ParseFunction(const nogrod::DwarfDie* die, in ParseFunction()757 const nogrod::DwarfDie* die, in ParseReference()790 const nogrod::DwarfDie* die, in ParseModifier()806 const nogrod::DwarfDie* die, in ParseArray()845 std::unique_ptr<TypeInfo> ParseUnspecifiedType(const nogrod::DwarfDie* die) { in ParseUnspecifiedType()[all …]
108 std::unique_ptr<DwarfDie> die(new DwarfDie(cu, parent_die, offset, abbrev.tag())); in ReadOneDie() local329 void DwarfCompilationUnit::SetDie(const DwarfDie* die) { in SetDie()
105 virtual binder_status_t die() { in die() function in BpFoo
65 binder_status_t die() override { in die() function in MyTestFoo188 binder_status_t die() override { in die() function in MyFoo
29 Status die(bool cleanup) override { in die() function in MyBinderRpcTestAndroid
66 void die(boolean cleanup); in die() method
429 Status die(bool /*cleanup*/) override { return Status::fromStatusT(UNKNOWN_TRANSACTION); } in die() function
121 public void die() { in die() method in BinderDeathDispatcherTest.MyTarget
1881 public void die() { in die() method in WindowContainerTests.TestBinder
9004 boolean die(boolean immediate) { in die() method in ViewRootImpl.TrackballAxis