Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp145 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::OneofDefPtr
148 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::OneofDefPtr
153 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::OneofDefPtr
192 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::MessageDefPtr
195 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::MessageDefPtr
200 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::MessageDefPtr
/external/perfetto/src/trace_processor/util/
Ddescriptors.h98 const FieldDescriptor* FindFieldByName(const std::string& name) const { in FindFieldByName() function
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc281 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py537 def FindFieldByName(self, full_name): member in DescriptorPool
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc281 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py537 def FindFieldByName(self, full_name): member in DescriptorPool
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc457 const FieldDescriptorProto* FindFieldByName( in FindFieldByName() function in perfetto::__anoncae73b490111::ParserDelegate
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2034 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
2224 const FieldDescriptor* Descriptor::FindFieldByName(ConstStringParam key) const { in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc892 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2042 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
2232 const FieldDescriptor* Descriptor::FindFieldByName(ConstStringParam key) const { in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc892 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument