Home
last modified time | relevance | path

Searched refs:getCppArgumentType (Results 1 – 7 of 7) sorted by relevance

/system/tools/hidl/
DCompoundType.cpp284 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 …]
DEnumType.cpp422 << "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()
DInterface.cpp818 out << "static inline std::string toString(" << getCppArgumentType() << " o);\n\n"; in emitPackageTypeDeclarations()
824 out << "static inline std::string toString(" << getCppArgumentType() << " o) "; in emitPackageTypeHeaderDefinitions()
DType.h173 std::string getCppArgumentType(bool specifyNamespaces = true) const;
DMethod.cpp192 out << arg->type().getCppArgumentType(specifyNamespaces); in emitCppArgResultSignature()
DType.cpp640 std::string Type::getCppArgumentType(bool specifyNamespaces) const { in getCppArgumentType() function in android::Type
DgenerateCpp.cpp352 << superType->getCppArgumentType() in generateInterfaceHeader()
1724 << "::castFrom(" << superType->getCppArgumentType() << " parent, bool " in generateInterfaceSource()