Searched defs:IsAny (Results 1 – 3 of 3) sorted by relevance
279 bool IsAny() { return item_type_ == ANY; } in IsAny() function
1340 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
74 inline bool IsAny() const { return state_ == kAny; } in IsAny() function