Searched refs:resultNeedsDeref (Results 1 - 23 of 23) sorted by relevance

/system/tools/hidl/
H A DDeathRecipientType.cpp73 bool DeathRecipientType::resultNeedsDeref() const { function in class:android::DeathRecipientType
H A DDeathRecipientType.h46 bool resultNeedsDeref() const override;
H A DPointerType.cpp62 bool PointerType::resultNeedsDeref() const { function in class:android::PointerType
H A DPointerType.h49 bool resultNeedsDeref() const override;
H A DTypeDef.cpp71 bool TypeDef::resultNeedsDeref() const { function in class:android::TypeDef
H A DTypeDef.h40 bool resultNeedsDeref() const override;
H A DFmqType.h62 bool resultNeedsDeref() const override;
H A DMemoryType.h58 bool resultNeedsDeref() const override;
H A DRefType.h75 bool resultNeedsDeref() const override;
H A DStringType.h78 bool resultNeedsDeref() const override;
H A DMemoryType.cpp140 bool MemoryType::resultNeedsDeref() const { function in class:android::MemoryType
H A DFmqType.cpp158 bool FmqType::resultNeedsDeref() const { function in class:android::FmqType
H A DStringType.cpp208 bool StringType::resultNeedsDeref() const { function in class:android::StringType
H A DArrayType.h113 bool resultNeedsDeref() const override;
H A DCompoundType.h131 bool resultNeedsDeref() const override;
H A DRefType.cpp241 bool RefType::resultNeedsDeref() const { function in class:android::RefType
H A DVectorType.h125 bool resultNeedsDeref() const override;
H A DgenerateCpp.cpp1134 if (arg->type().resultNeedsDeref()) {
1483 if (arg->type().resultNeedsDeref()) {
1524 if (arg->type().resultNeedsDeref()) {
1858 << (arg->type().resultNeedsDeref() ? "" : "&")
1889 << (arg->type().resultNeedsDeref() ? "" : "&")
H A DType.h280 virtual bool resultNeedsDeref() const;
H A DArrayType.cpp384 bool ArrayType::resultNeedsDeref() const { function in class:android::ArrayType
H A DVectorType.cpp723 bool VectorType::resultNeedsDeref() const { function in class:android::VectorType
H A DType.cpp634 bool Type::resultNeedsDeref() const { function in class:android::Type
H A DCompoundType.cpp980 bool CompoundType::resultNeedsDeref() const { function in class:android::CompoundType

Completed in 2093 milliseconds