Searched refs:StringType (Results 1 - 6 of 6) sorted by last modified time

/system/tools/aidl/
H A Dgenerate_java_binder.cpp93 new Variable(types->StringType(), "DESCRIPTOR"));
178 transact_descriptor = new Variable(types->StringType(), "descriptor");
736 getDesc->returnType = types->StringType();
H A Dtype_java.cpp261 StringType::StringType(const JavaTypeNamespace* types, function in class:android::aidl::java::StringType
269 string StringType::CreatorName() const {
273 void StringType::WriteToParcel(StatementBlock* addTo, Variable* v,
278 void StringType::CreateFromParcel(StatementBlock* addTo, Variable* v,
731 if (m_creator == m_types->StringType()->CreatorName()) {
743 if (m_creator == m_types->StringType()->CreatorName()) {
759 if (m_creator == m_types->StringType()->CreatorName()) {
803 m_string_type = new class StringType(this, "java.lang", "String");
805 Add(new class StringType(thi
[all...]
H A Dtype_java.h202 class StringType : public Type { class in namespace:android::aidl::java
204 StringType(const JavaTypeNamespace* types, const std::string& package,
454 const Type* StringType() const { return m_string_type; } function in class:android::aidl::java::JavaTypeNamespace
/system/tools/hidl/
H A DStringType.cpp17 #include "StringType.h"
25 StringType::StringType(Scope* parent) : Type(parent) {} function in class:android::StringType
27 bool StringType::isString() const {
31 bool StringType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const {
35 std::string StringType::typeName() const {
39 std::string StringType::getCppType(StorageMode mode,
57 std::string StringType::getJavaType(bool /* forInitializer */) const {
61 std::string StringType::getJavaSuffix() const {
65 std::string StringType
[all...]
H A DStringType.h25 struct StringType : public Type { struct in namespace:android
26 StringType(Scope* parent);
H A Dhidl-gen_l.ll46 #include "StringType.h"
138 "string" { yylval->type = new StringType(*scope); return token::TYPE; }

Completed in 97 milliseconds