Searched refs:StringType (Results 1 – 7 of 7) sorted by relevance
/system/tools/hidl/ |
D | StringType.cpp | 25 StringType::StringType(Scope* parent) : Type(parent) {} in StringType() function in android::StringType 27 bool StringType::isString() const { in isString() 31 bool StringType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality() 35 std::string StringType::typeName() const { in typeName() 39 std::string StringType::getCppType(StorageMode mode, in getCppType() 57 std::string StringType::getJavaType(bool /* forInitializer */) const { in getJavaType() 61 std::string StringType::getJavaSuffix() const { in getJavaSuffix() 65 std::string StringType::getVtsType() const { in getVtsType() 69 void StringType::emitReaderWriter( in emitReaderWriter() 124 void StringType::emitReaderWriterEmbedded( in emitReaderWriterEmbedded() [all …]
|
D | StringType.h | 25 struct StringType : public Type { struct 26 StringType(Scope* parent);
|
D | hidl-gen_l.ll | 46 #include "StringType.h" 134 "string" { yylval->type = new StringType(*scope); return token::TYPE; }
|
D | Android.bp | 81 "StringType.cpp",
|
/system/tools/aidl/ |
D | type_java.cpp | 127 StringType::StringType(const JavaTypeNamespace* types, const std::string& package, in StringType() function in android::aidl::java::StringType 271 AddAndSetMember(&m_string_type, std::make_unique<class StringType>(this, "java.lang", "String")); in Init() 272 Add(std::make_unique<class StringType>(this, ::android::aidl::kAidlReservedTypePackage, in Init()
|
D | type_java.h | 153 class StringType : public Type { 155 StringType(const JavaTypeNamespace* types, const std::string& package, 301 const Type* StringType() const { return m_string_type; } in StringType() function
|
D | generate_java_binder.cpp | 124 new Variable(types->StringType()->JavaType(), "DESCRIPTOR")); in StubClass() 159 getDefaultTransactionName->returnType = types->StringType()->JavaType(); in StubClass() 172 getTransactionName->returnType = types->StringType()->JavaType(); in StubClass() 247 transact_descriptor = new Variable(types->StringType()->JavaType(), "descriptor"); in get_transact_descriptor() 861 getDesc->returnType = types->StringType()->JavaType(); in generate_interface_descriptors()
|