Home
last modified time | relevance | path

Searched defs:HasField (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc80 bool HasField(const Type& type, const string& name) { in HasField() function in google::protobuf::util::__anonc71d21640111::DescriptorPoolTypeResolverTest
84 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() function in google::protobuf::util::__anonc71d21640111::DescriptorPoolTypeResolverTest
/external/protobuf/python/google/protobuf/
Dmessage.py234 def HasField(self, field_name): member in Message
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py831 def HasField(self, field_name): function
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp1468 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
/external/llvm/lib/TableGen/
DTGParser.cpp1691 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp2203 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc748 bool GeneratedMessageReflection::HasField(const Message& message, in HasField() function in google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1410 PyObject* HasField(CMessage* self, PyObject* arg) { in CheckAndGetInteger() function