Searched defs:HasField (Results 1 – 9 of 9) sorted by relevance
80 bool HasField(const Type& type, const string& name) { in HasField() function in google::protobuf::util::__anonf1bf20c30111::DescriptorPoolTypeResolverTest84 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() function in google::protobuf::util::__anonf1bf20c30111::DescriptorPoolTypeResolverTest
231 def HasField(self, field_name): member in Message
234 def HasField(self, field_name): member in Message
593 def HasField(self, field_name): function
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
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