Home
last modified time | relevance | path

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

12

/system/tools/hidl/
DDeathRecipientType.h28 std::string getCppType(
DDeathRecipientType.cpp30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType() function in android::DeathRecipientType
DMemoryType.h30 std::string getCppType(
DPointerType.h34 std::string getCppType(
DPointerType.cpp34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType() function in android::PointerType
DFmqType.h32 std::string getCppType(
DRefType.h37 std::string getCppType(StorageMode mode,
DHandleType.h32 std::string getCppType(
DStringType.h34 std::string getCppType(
DType.cpp372 std::string Type::getCppType(StorageMode, bool) const { in getCppType() function in android::Type
379 return getCppType(mode, specifyNamespaces) + " " + name; in decorateCppName()
663 return getCppType(StorageMode_Stack, specifyNamespaces); in getCppStackType()
667 return getCppType(StorageMode_Result, specifyNamespaces); in getCppResultType()
671 return getCppType(StorageMode_Argument, specifyNamespaces); in getCppArgumentType()
DScalarType.h52 std::string getCppType(
DMemoryType.cpp28 std::string MemoryType::getCppType(StorageMode mode, in getCppType() function in android::MemoryType
DEnumType.h54 std::string getCppType(StorageMode mode,
184 std::string getCppType(StorageMode mode,
DFmqType.cpp39 std::string FmqType::getCppType( in getCppType() function in android::FmqType
DHandleType.cpp36 std::string HandleType::getCppType(StorageMode mode, in getCppType() function in android::HandleType
DStringType.cpp39 std::string StringType::getCppType(StorageMode mode, in getCppType() function in android::StringType
DScalarType.cpp50 std::string ScalarType::getCppType(StorageMode, bool) const { in getCppType() function in android::ScalarType
DRefType.cpp78 std::string RefType::getCppType(StorageMode /*mode*/, bool specifyNamespaces) const { in getCppType() function in android::RefType
DArrayType.h52 std::string getCppType(StorageMode mode,
DVectorType.h41 std::string getCppType(
DInterface.h89 std::string getCppType(
DCompoundType.h54 std::string getCppType(StorageMode mode,
DType.h157 virtual std::string getCppType(
DEnumType.cpp166 std::string EnumType::getCppType(StorageMode, in getCppType() function in android::EnumType
819 std::string BitFieldType::getCppType(StorageMode mode, in getCppType() function in android::BitFieldType
DArrayType.cpp92 std::string ArrayType::getCppType(StorageMode mode, in getCppType() function in android::ArrayType

12