Searched refs:DeathRecipientType (Results 1 – 4 of 4) sorted by relevance
24 DeathRecipientType::DeathRecipientType(Scope* parent) : Type(parent, "death_recipient") {} in DeathRecipientType() function in android::DeathRecipientType26 std::string DeathRecipientType::typeName() const { in typeName()30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType()50 std::string DeathRecipientType::getJavaType(bool /* forInitializer */) const { in getJavaType()55 std::string DeathRecipientType::getVtsType() const { in getVtsType()59 void DeathRecipientType::emitReaderWriter( in emitReaderWriter()69 bool DeathRecipientType::needsEmbeddedReadWrite() const { in needsEmbeddedReadWrite()73 bool DeathRecipientType::resultNeedsDeref() const { in resultNeedsDeref()77 void DeathRecipientType::getAlignmentAndSize(size_t *align, size_t *size) const { in getAlignmentAndSize()81 void DeathRecipientType::emitVtsTypeDeclarations(Formatter& out) const { in emitVtsTypeDeclarations()
25 struct DeathRecipientType : public Type { struct26 DeathRecipientType(Scope* parent);
37 #include "DeathRecipientType.h"139 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }
86 "DeathRecipientType.cpp",