Home
last modified time | relevance | path

Searched defs:IsAny (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h279 bool IsAny() { return item_type_ == ANY; } in IsAny() function
Dprotostream_objectwriter.cc1340 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc74 inline bool IsAny() const { return state_ == kAny; } in IsAny() function