Home
last modified time | relevance | path

Searched defs:StringType (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DStringType.h25 struct StringType : public Type { struct
DStringType.cpp25 StringType::StringType(Scope* parent) : Type(parent) {} in StringType() function in android::StringType
/system/tools/aidl/
Dtype_java.h301 const Type* StringType() const { return m_string_type; } in StringType() function
Dtype_java.cpp127 StringType::StringType(const JavaTypeNamespace* types, const std::string& package, in StringType() function in android::aidl::java::StringType