Searched refs:resultNeedsDeref (Results 1 – 21 of 21) sorted by relevance
46 bool resultNeedsDeref() const override;
42 bool resultNeedsDeref() const override;
73 bool DeathRecipientType::resultNeedsDeref() const { in resultNeedsDeref() function in android::DeathRecipientType
71 bool TypeDef::resultNeedsDeref() const { in resultNeedsDeref() function in android::TypeDef
62 bool resultNeedsDeref() const override;
85 bool PointerType::resultNeedsDeref() const { in resultNeedsDeref() function in android::PointerType
66 bool resultNeedsDeref() const override;
81 bool resultNeedsDeref() const override;
82 bool resultNeedsDeref() const override;
164 bool FmqType::resultNeedsDeref() const { in resultNeedsDeref() function in android::FmqType
88 bool resultNeedsDeref() const override;
104 bool resultNeedsDeref() const override;
211 bool StringType::resultNeedsDeref() const { in resultNeedsDeref() function in android::StringType
226 bool MemoryType::resultNeedsDeref() const { in resultNeedsDeref() function in android::MemoryType
117 bool resultNeedsDeref() const override;
1145 if (arg->type().resultNeedsDeref()) { in generateStaticProxyMethodSource()1501 if (arg->type().resultNeedsDeref()) { in generateStaticStubMethodSource()1541 if (arg->type().resultNeedsDeref()) { in generateStaticStubMethodSource()1839 << (arg->type().resultNeedsDeref() ? "" : "&") in generateCppInstrumentationCall()1870 << (arg->type().resultNeedsDeref() ? "" : "&") in generateCppInstrumentationCall()
293 virtual bool resultNeedsDeref() const;
292 bool ArrayType::resultNeedsDeref() const { in resultNeedsDeref() function in android::ArrayType
613 bool VectorType::resultNeedsDeref() const { in resultNeedsDeref() function in android::VectorType
279 field->type().resultNeedsDeref() ? "*" : ""; in emitSafeUnionReaderWriterForInterfaces()348 const std::string derefOperator = field->type().resultNeedsDeref() in emitReaderWriter()1884 bool CompoundType::resultNeedsDeref() const { in resultNeedsDeref() function in android::CompoundType
628 bool Type::resultNeedsDeref() const { in resultNeedsDeref() function in android::Type