Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DUnknownFieldSet.cs65 internal bool HasField(int field) in HasField() method in Google.Protobuf.UnknownFieldSet
/third_party/protobuf/python/google/protobuf/
Dmessage.py263 def HasField(self, field_name): member in Message
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc81 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() function in google::protobuf::util::__anoned2148d60111::DescriptorPoolTypeResolverTest
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py864 def HasField(self, field_name): function
/third_party/node/deps/v8/src/torque/
Dtypes.cc376 bool AggregateType::HasField(const std::string& name) const { in HasField() function in v8::internal::torque::AggregateType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2423 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1441 PyObject* HasField(CMessage* self, PyObject* arg) { in HasField() function
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc735 bool Reflection::HasField(const Message& message, in HasField() function in google::protobuf::Reflection