/system/tools/hidl/ |
D | DeathRecipientType.h | 28 std::string getCppType(
|
D | DeathRecipientType.cpp | 30 std::string DeathRecipientType::getCppType(StorageMode mode, in getCppType() function in android::DeathRecipientType
|
D | MemoryType.h | 30 std::string getCppType(
|
D | PointerType.h | 34 std::string getCppType(
|
D | PointerType.cpp | 34 std::string PointerType::getCppType(StorageMode /*mode*/, in getCppType() function in android::PointerType
|
D | FmqType.h | 32 std::string getCppType(
|
D | RefType.h | 37 std::string getCppType(StorageMode mode,
|
D | HandleType.h | 32 std::string getCppType(
|
D | StringType.h | 34 std::string getCppType(
|
D | Type.cpp | 372 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()
|
D | ScalarType.h | 52 std::string getCppType(
|
D | MemoryType.cpp | 28 std::string MemoryType::getCppType(StorageMode mode, in getCppType() function in android::MemoryType
|
D | EnumType.h | 54 std::string getCppType(StorageMode mode, 184 std::string getCppType(StorageMode mode,
|
D | FmqType.cpp | 39 std::string FmqType::getCppType( in getCppType() function in android::FmqType
|
D | HandleType.cpp | 36 std::string HandleType::getCppType(StorageMode mode, in getCppType() function in android::HandleType
|
D | StringType.cpp | 39 std::string StringType::getCppType(StorageMode mode, in getCppType() function in android::StringType
|
D | ScalarType.cpp | 50 std::string ScalarType::getCppType(StorageMode, bool) const { in getCppType() function in android::ScalarType
|
D | RefType.cpp | 78 std::string RefType::getCppType(StorageMode /*mode*/, bool specifyNamespaces) const { in getCppType() function in android::RefType
|
D | ArrayType.h | 52 std::string getCppType(StorageMode mode,
|
D | VectorType.h | 41 std::string getCppType(
|
D | Interface.h | 89 std::string getCppType(
|
D | CompoundType.h | 54 std::string getCppType(StorageMode mode,
|
D | Type.h | 157 virtual std::string getCppType(
|
D | EnumType.cpp | 166 std::string EnumType::getCppType(StorageMode, in getCppType() function in android::EnumType 819 std::string BitFieldType::getCppType(StorageMode mode, in getCppType() function in android::BitFieldType
|
D | ArrayType.cpp | 92 std::string ArrayType::getCppType(StorageMode mode, in getCppType() function in android::ArrayType
|