Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DUnknownFieldSet.cs64 internal bool HasField(int field) in HasField() method in Google.Protobuf.UnknownFieldSet
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java131 static class HasField { class in BytecodeBoundClassTest
/external/protobuf/python/google/protobuf/
Dmessage.py249 def HasField(self, field_name): member in Message
/external/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::__anon294036ab0111::DescriptorPoolTypeResolverTest
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dvariable_accessor.cc398 bool HasField(const Variable::ValueType& value, Field field) { in HasField() function
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py846 def HasField(self, field_name): function
/external/llvm/lib/TableGen/
DTGParser.cpp1691 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2423 bool HasField = Lex.getCode() == tgtok::Field; in ParseDeclaration() local
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp2498 bool HasField = consume(tgtok::Field); in ParseDeclaration() local
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc728 bool Reflection::HasField(const Message& message, in HasField() function in google::protobuf::Reflection
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1432 PyObject* HasField(CMessage* self, PyObject* arg) { in HasField() function