Searched defs:StringType (Results 1 – 4 of 4) sorted by relevance
/system/tools/hidl/ | ||
D | StringType.h | 25 struct StringType : public Type { struct |
D | StringType.cpp | 25 StringType::StringType(Scope* parent) : Type(parent) {} in StringType() function in android::StringType |
/system/tools/aidl/ | ||
D | type_java.h | 301 const Type* StringType() const { return m_string_type; } in StringType() function |
D | type_java.cpp | 127 StringType::StringType(const JavaTypeNamespace* types, const std::string& package, in StringType() function in android::aidl::java::StringType |