Home
last modified time | relevance | path

Searched defs:IsString (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h475 bool IsString() const { return type_ == Type::kString; } in IsString() function
/third_party/grpc/third_party/upb/upb/
Ddef.hpp90 bool IsString() const { return upb_fielddef_isstring(ptr_); } in IsString() function in upb::FieldDefPtr