Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Ddef.hpp169 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::OneofDefPtr
172 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::OneofDefPtr
177 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::OneofDefPtr
258 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::MessageDefPtr
261 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::MessageDefPtr
266 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::MessageDefPtr
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Ddef.hpp159 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::OneofDefPtr
162 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::OneofDefPtr
167 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::OneofDefPtr
248 FieldDefPtr FindFieldByName(const char* name, size_t len) const { in FindFieldByName() function in upb::MessageDefPtr
251 FieldDefPtr FindFieldByName(const char* name) const { in FindFieldByName() function in upb::MessageDefPtr
256 FieldDefPtr FindFieldByName(const T& str) const { in FindFieldByName() function in upb::MessageDefPtr
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddescriptors.h105 const FieldDescriptor* FindFieldByName(const std::string& name) const { in FindFieldByName() function
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py537 def FindFieldByName(self, full_name): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py537 def FindFieldByName(self, full_name): member in DescriptorPool
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc281 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/
H A Dmetrics.cc391 base::StatusOr<const FieldDescriptor*> ProtoBuilder::FindFieldByName( in FindFieldByName() function in perfetto::trace_processor::metrics::ProtoBuilder
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc281 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
/aosp_15_r20/external/perfetto/src/trace_config_utils/
H A Dtxt_to_pb.cc509 const FieldDescriptorProto* FindFieldByName( in FindFieldByName() function in perfetto::__anona3f603400111::ParserDelegate
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc240 ALWAYS_INLINE static inline ArtField* FindFieldByName(ObjPtr<mirror::String> name, in FindFieldByName() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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
H A Ddescriptor_unittest.cc892 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2036 const FieldDescriptor* DescriptorPool::FindFieldByName( in FindFieldByName() function in google::protobuf::DescriptorPool
2226 const FieldDescriptor* Descriptor::FindFieldByName(ConstStringParam key) const { in FindFieldByName() function in google::protobuf::Descriptor
H A Ddescriptor_unittest.cc892 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument