/system/tools/hidl/ |
DeathRecipientType.h | 28 std::string getCppType(
|
DeathRecipientType.cpp | 30 std::string DeathRecipientType::getCppType(StorageMode mode,
|
PointerType.cpp | 34 std::string PointerType::getCppType(StorageMode /* mode */,
|
PointerType.h | 34 std::string getCppType(
|
FmqType.h | 32 std::string getCppType(
|
HandleType.h | 32 std::string getCppType(
|
MemoryType.h | 30 std::string getCppType(
|
RefType.h | 37 std::string getCppType(StorageMode mode,
|
StringType.h | 34 std::string getCppType(
|
MemoryType.cpp | 28 std::string MemoryType::getCppType(StorageMode mode,
|
ScalarType.h | 52 std::string getCppType(
|
FmqType.cpp | 39 std::string FmqType::getCppType(
|
HandleType.cpp | 36 std::string HandleType::getCppType(StorageMode mode,
|
StringType.cpp | 39 std::string StringType::getCppType(StorageMode mode,
|
EnumType.h | 51 std::string getCppType(StorageMode mode, 182 std::string getCppType(StorageMode mode,
|
Type.cpp | 370 std::string Type::getCppType(StorageMode, bool) const { 377 return getCppType(mode, specifyNamespaces) + " " + name; 657 return getCppType(StorageMode_Stack, specifyNamespaces); 661 return getCppType(StorageMode_Result, specifyNamespaces); 665 return getCppType(StorageMode_Argument, specifyNamespaces);
|
ArrayType.h | 52 std::string getCppType(StorageMode mode,
|
CompoundType.h | 52 std::string getCppType(StorageMode mode,
|
Interface.h | 92 std::string getCppType(
|
RefType.cpp | 78 std::string RefType::getCppType(StorageMode /*mode*/, bool specifyNamespaces) const {
|
ScalarType.cpp | 50 std::string ScalarType::getCppType(StorageMode, bool) const {
|
VectorType.h | 41 std::string getCppType(
|
Type.h | 145 virtual std::string getCppType(
|
ArrayType.cpp | 92 std::string ArrayType::getCppType(StorageMode mode,
|
VectorType.cpp | 86 std::string VectorType::getCppType(StorageMode mode,
|