Home
last modified time | relevance | path

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

/system/tools/hidl/
DStringType.cpp25 StringType::StringType(Scope* parent) : Type(parent, "string") {} in StringType() function in android::StringType
27 bool StringType::isString() const { in isString()
31 bool StringType::deepCanCheckEquality(std::unordered_set<const Type*>* /* visited */) const { in deepCanCheckEquality()
35 std::string StringType::typeName() const { in typeName()
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 …]
DStringType.h25 struct StringType : public Type { struct
26 StringType(Scope* parent);
Dhidl-gen_l.ll46 #include "StringType.h"
135 "string" { yylval->type = new StringType(*scope); return token::TYPE; }
DAndroid.bp83 "StringType.cpp",