Searched refs:getCppArgumentType (Results 1 – 7 of 7) sorted by relevance
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()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()858 out << "static inline bool operator==(" << getCppArgumentType() << " " in emitPackageTypeHeaderDefinitions()908 << getCppArgumentType() << " lhs, " << getCppArgumentType() << " rhs)"; in emitPackageTypeHeaderDefinitions()1156 << field->type().getCppArgumentType() in emitSafeUnionTypeDefinitions()[all …]
438 << "static inline std::string toString(" << resolveToScalarType()->getCppArgumentType() in emitPackageTypeDeclarations()440 out << "static inline std::string toString(" << getCppArgumentType() << " o);\n"; in emitPackageTypeDeclarations()441 out << "static inline void PrintTo(" << getCppArgumentType() << " o, ::std::ostream* os);\n"; in emitPackageTypeDeclarations()462 << scalarType->getCppArgumentType() << " o) "; in emitPackageTypeHeaderDefinitions()492 out << "static inline std::string toString(" << getCppArgumentType() << " o) "; in emitPackageTypeHeaderDefinitions()507 out << "static inline void PrintTo(" << getCppArgumentType() << " o, ::std::ostream* os) "; in emitPackageTypeHeaderDefinitions()
843 out << "static inline std::string toString(" << getCppArgumentType() << " o);\n\n"; in emitPackageTypeDeclarations()849 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()
352 << superType->getCppArgumentType() in generateInterfaceHeader()1740 << "::castFrom(" << superType->getCppArgumentType() << " parent, bool " in generateInterfaceSource()
640 std::string Type::getCppArgumentType(bool specifyNamespaces) const { in getCppArgumentType() function in android::Type