Searched defs:HasField (Results 1 – 8 of 8) sorted by relevance
80 bool HasField(const Type& type, const string& name) { in HasField() function in google::protobuf::util::__anonc71d21640111::DescriptorPoolTypeResolverTest84 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() function in google::protobuf::util::__anonc71d21640111::DescriptorPoolTypeResolverTest
234 def HasField(self, field_name): member in Message
831 def HasField(self, field_name): function
1468 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
1691 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
2203 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
748 bool GeneratedMessageReflection::HasField(const Message& message, in HasField() function in google::protobuf::internal::GeneratedMessageReflection
1410 PyObject* HasField(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function