Home
last modified time | relevance | path

Searched defs:FindFieldByName (Results 1 – 8 of 8) 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.h93 const FieldDescriptor* FindFieldByName(const std::string& name) const { in FindFieldByName() function
/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py481 def FindFieldByName(self, full_name): member in DescriptorPool
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc275 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc454 const FieldDescriptorProto* FindFieldByName( in FindFieldByName() function in perfetto::__anon5c3d75eb0111::ParserDelegate
/external/protobuf/php/ext/google/protobuf/
Dupb.h3408 FieldDefPtr FindFieldByName(const char *name, size_t len) const { in FindFieldByName() function
3411 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function
3416 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function
3597 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function
3600 FieldDefPtr FindFieldByName(const char *name) const { in FindFieldByName() function
3605 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1436 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
1615 const FieldDescriptor* Descriptor::FindFieldByName( in FindFieldByName() function in google::protobuf::Descriptor
Ddescriptor_unittest.cc825 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument