Searched refs:StringType (Results 1 – 7 of 7) sorted by relevance
/system/tools/hidl/ |
D | StringType.cpp | 25 StringType::StringType() {} in StringType() function in android::StringType 27 void StringType::addNamedTypesToSet(std::set<const FQName> &) const { in addNamedTypesToSet() 31 bool StringType::isString() const { in isString() 35 bool StringType::canCheckEquality() const { in canCheckEquality() 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();
|
D | Android.bp | 82 "StringType.cpp",
|
D | hidl-gen_l.ll | 44 #include "StringType.h" 121 "string" { yylval->type = new StringType; return token::TYPE; }
|
/system/tools/aidl/ |
D | type_java.cpp | 261 StringType::StringType(const JavaTypeNamespace* types, in StringType() function in android::aidl::java::StringType 269 string StringType::CreatorName() const { in CreatorName() 273 void StringType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel() 278 void StringType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel() 731 if (m_creator == m_types->StringType()->CreatorName()) { in WriteToParcel() 743 if (m_creator == m_types->StringType()->CreatorName()) { in CreateFromParcel() 759 if (m_creator == m_types->StringType()->CreatorName()) { in ReadFromParcel() 803 m_string_type = new class StringType(this, "java.lang", "String"); in Init() local 805 Add(new class StringType(this, ::android::aidl::kAidlReservedTypePackage, in Init()
|
D | type_java.h | 202 class StringType : public Type { 204 StringType(const JavaTypeNamespace* types, const std::string& package, 454 const Type* StringType() const { return m_string_type; } in StringType() function
|
D | generate_java_binder.cpp | 67 new Variable(types->StringType(), "DESCRIPTOR")); in StubClass() 502 getDesc->returnType = types->StringType(); in generate_interface_descriptors()
|