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

/system/tools/hidl/
H A DTypeDef.h36 bool resultNeedsDeref() const override;
H A DPointerType.cpp61 bool PointerType::resultNeedsDeref() const { function in class:android::PointerType
H A DPointerType.h49 bool resultNeedsDeref() const override;
H A DTypeDef.cpp56 bool TypeDef::resultNeedsDeref() const { function in class:android::TypeDef
H A DDeathRecipientType.cpp73 bool DeathRecipientType::resultNeedsDeref() const { function in class:android::DeathRecipientType
H A DDeathRecipientType.h47 bool resultNeedsDeref() const override;
H A DFmqType.h62 bool resultNeedsDeref() const override;
H A DMemoryType.h58 bool resultNeedsDeref() const override;
H A DRefType.h70 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 DArrayType.h107 bool resultNeedsDeref() const override;
H A DFmqType.cpp159 bool FmqType::resultNeedsDeref() const { function in class:android::FmqType
H A DStringType.cpp208 bool StringType::resultNeedsDeref() const { function in class:android::StringType
H A DCompoundType.h125 bool resultNeedsDeref() const override;
H A DRefType.cpp240 bool RefType::resultNeedsDeref() const { function in class:android::RefType
H A DVectorType.h121 bool resultNeedsDeref() const override;
H A DType.h208 virtual bool resultNeedsDeref() const;
H A DType.cpp406 bool Type::resultNeedsDeref() const { function in class:android::Type
H A DgenerateCpp.cpp1397 if (arg->type().resultNeedsDeref()) {
1700 if (arg->type().resultNeedsDeref()) {
1744 if (arg->type().resultNeedsDeref()) {
2112 << (arg->type().resultNeedsDeref() ? "" : "&")
2143 << (arg->type().resultNeedsDeref() ? "" : "&")
H A DArrayType.cpp354 bool ArrayType::resultNeedsDeref() const { function in class:android::ArrayType
H A DVectorType.cpp723 bool VectorType::resultNeedsDeref() const { function in class:android::VectorType
H A DCompoundType.cpp969 bool CompoundType::resultNeedsDeref() const { function in class:android::CompoundType

Completed in 56 milliseconds