Searched refs:IsStringType (Results 1 – 5 of 5) sorted by relevance
405 assert IsStringType(key)669 assert IsStringType(key)725 assert IsStringType(key)765 def IsStringType(s: Any) -> bool: function
195 bool IsStringType(Type type) { in IsStringType() function210 if (IsStringType(operand_type)) return true; in HasStringOperand()218 if (IsStringType(result_type)) return true; in HasStringResult()
101 bool checkTypeString() const { return IsStringType; } in checkTypeString()126 bool IsStringType; variable
40 constexpr bool IsStringType() { in IsStringType() function51 return IsStringType<T>(); in IsMatchingType()
125 RETURN_IF_ERROR(readStringOrId(Reader, TypeID, Type, IsStringType)); in loadNext()