Searched defs:HasField (Results 1 – 11 of 11) sorted by relevance
64 internal bool HasField(int field) in HasField() method in Google.Protobuf.UnknownFieldSet
131 static class HasField { class in BytecodeBoundClassTest
249 def HasField(self, field_name): member in Message
81 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() function in google::protobuf::util::__anon294036ab0111::DescriptorPoolTypeResolverTest
398 bool HasField(const Variable::ValueType& value, Field field) { in HasField() function
846 def HasField(self, field_name): function
1691 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
2423 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
2498 bool HasField = consume(tgtok::Field); in ParseDeclaration() local
728 bool Reflection::HasField(const Message& message, in HasField() function in google::protobuf::Reflection
1432 PyObject* HasField(CMessage* self, PyObject* arg) { in HasField() function