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() {} in StringType() function in android::StringType
/system/tools/aidl/
Dtype_java.h454 const Type* StringType() const { return m_string_type; } in StringType() function
Dtype_java.cpp261 StringType::StringType(const JavaTypeNamespace* types, in StringType() function in android::aidl::java::StringType
803 m_string_type = new class StringType(this, "java.lang", "String"); in Init() local