Searched refs:StringType (Results 1 – 4 of 4) sorted by relevance
25 StringType::StringType(Scope* parent) : Type(parent, "string") {} in StringType() function in android::StringType27 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 …]
25 struct StringType : public Type { struct26 StringType(Scope* parent);
46 #include "StringType.h"135 "string" { yylval->type = new StringType(*scope); return token::TYPE; }
83 "StringType.cpp",