Home
last modified time | relevance | path

Searched refs:getCppType (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/system/tools/hidl/
H A DType.cpp382 std::string Type::getCppType(StorageMode, bool) const { in getCppType() function in android::Type
389 return getCppType(mode, specifyNamespaces) + " " + name; in decorateCppName()
633 return getCppType(StorageMode_Stack, specifyNamespaces); in getCppStackType()
637 return getCppType(StorageMode_Result, specifyNamespaces); in getCppResultType()
641 return getCppType(StorageMode_Argument, specifyNamespaces); in getCppArgumentType()
H A DDeathRecipientType.h28 std::string getCppType(
H A DDeathRecipientType.cpp30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType() function in android::DeathRecipientType
H A DEnumType.h55 std::string getCppType(StorageMode mode,
192 std::string getCppType(StorageMode mode,
H A DPointerType.h34 std::string getCppType(
H A DPointerType.cpp34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType() function in android::PointerType
H A DFmqType.h36 std::string getCppType(
H A DHandleType.h32 std::string getCppType(
H A DStringType.h34 std::string getCppType(
H A DMemoryType.h30 std::string getCppType(
H A DScalarType.h52 std::string getCppType(
H A DFmqType.cpp45 std::string FmqType::getCppType( in getCppType() function in android::FmqType
H A DHandleType.cpp36 std::string HandleType::getCppType(StorageMode mode, in getCppType() function in android::HandleType
H A DArrayType.h52 std::string getCppType(StorageMode mode,
H A DVectorType.h41 std::string getCppType(
H A DStringType.cpp39 std::string StringType::getCppType(StorageMode mode, in getCppType() function in android::StringType
H A DMemoryType.cpp28 std::string MemoryType::getCppType(StorageMode mode, in getCppType() function in android::MemoryType
H A DScalarType.cpp55 std::string ScalarType::getCppType(StorageMode, bool) const { in getCppType() function in android::ScalarType
H A DInterface.h96 std::string getCppType(
H A DCompoundType.h56 std::string getCppType(StorageMode mode,
H A DType.h160 virtual std::string getCppType(
H A DEnumType.cpp183 std::string EnumType::getCppType(StorageMode, in getCppType() function in android::EnumType
874 std::string BitFieldType::getCppType(StorageMode mode, in getCppType() function in android::BitFieldType
H A DArrayType.cpp95 std::string ArrayType::getCppType(StorageMode mode, in getCppType() function in android::ArrayType
H A DVectorType.cpp89 std::string VectorType::getCppType(StorageMode mode, in getCppType() function in android::VectorType
H A DCompoundType.cpp164 std::string CompoundType::getCppType( in getCppType() function in android::CompoundType
507 << getUnionDiscriminatorType()->getCppType(StorageMode_Stack, false) in emitSafeUnionTypeDeclarations()

12