Searched refs:isString (Results 1 – 6 of 6) sorted by relevance
28 bool isString() const override;
27 bool StringType::isString() const { in isString() function in android::StringType
49 if (elementType->isString()) { in isCompatibleElementType()
55 virtual bool isString() const;
38 if (elementType->isString()) { in isCompatibleElementType()
47 bool Type::isString() const { in isString() function in android::Type