Searched defs:IsString (Results 1 – 2 of 2) sorted by relevance
475 bool IsString() const { return type_ == Type::kString; } in IsString() function
90 bool IsString() const { return upb_fielddef_isstring(ptr_); } in IsString() function in upb::FieldDefPtr