Searched refs:getCppArgumentType (Results 1 – 7 of 7) sorted by relevance
284 out << field->type().getCppArgumentType() << " " << tempFieldName in emitSafeUnionReaderWriterForInterfaces()337 out << field->type().getCppArgumentType() in emitReaderWriter()537 << field->type().getCppArgumentType() in emitSafeUnionTypeDeclarations()556 out << field->type().getCppArgumentType() in emitSafeUnionTypeDeclarations()780 out << "static inline std::string toString(" << getCppArgumentType() << " o);\n"; in emitPackageTypeDeclarations()781 out << "static inline void PrintTo(" << getCppArgumentType() << " o, ::std::ostream*);\n"; in emitPackageTypeDeclarations()785 << getCppArgumentType() << " lhs, " << getCppArgumentType() << " rhs);\n"; in emitPackageTypeDeclarations()788 << getCppArgumentType() << " lhs, " << getCppArgumentType() << " rhs);\n"; in emitPackageTypeDeclarations()799 out << "static inline std::string toString(" << getCppArgumentType() in emitPackageTypeHeaderDefinitions()854 out << "static inline void PrintTo(" << getCppArgumentType() << " o, ::std::ostream* os) "; in emitPackageTypeHeaderDefinitions()[all …]
422 << "static inline std::string toString(" << resolveToScalarType()->getCppArgumentType() in emitPackageTypeDeclarations()424 out << "static inline std::string toString(" << getCppArgumentType() << " o);\n"; in emitPackageTypeDeclarations()425 out << "static inline void PrintTo(" << getCppArgumentType() << " o, ::std::ostream* os);\n"; in emitPackageTypeDeclarations()446 << scalarType->getCppArgumentType() << " o) "; in emitPackageTypeHeaderDefinitions()476 out << "static inline std::string toString(" << getCppArgumentType() << " o) "; in emitPackageTypeHeaderDefinitions()491 out << "static inline void PrintTo(" << getCppArgumentType() << " o, ::std::ostream* os) "; in emitPackageTypeHeaderDefinitions()
818 out << "static inline std::string toString(" << getCppArgumentType() << " o);\n\n"; in emitPackageTypeDeclarations()824 out << "static inline std::string toString(" << getCppArgumentType() << " o) "; in emitPackageTypeHeaderDefinitions()
173 std::string getCppArgumentType(bool specifyNamespaces = true) const;
192 out << arg->type().getCppArgumentType(specifyNamespaces); in emitCppArgResultSignature()
640 std::string Type::getCppArgumentType(bool specifyNamespaces) const { in getCppArgumentType() function in android::Type
352 << superType->getCppArgumentType() in generateInterfaceHeader()1724 << "::castFrom(" << superType->getCppArgumentType() << " parent, bool " in generateInterfaceSource()