/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | def.hpp | 169 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 D | def.hpp | 159 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 D | descriptors.h | 105 const FieldDescriptor* FindFieldByName(const std::string& name) const { in FindFieldByName() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 537 def FindFieldByName(self, full_name): member in DescriptorPool
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 537 def FindFieldByName(self, full_name): member in DescriptorPool
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 281 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/ |
H A D | metrics.cc | 391 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 D | descriptor_pool.cc | 281 PyObject* FindFieldByName(PyDescriptorPool* self, PyObject* arg) { in FindFieldByName() function
|
/aosp_15_r20/external/perfetto/src/trace_config_utils/ |
H A D | txt_to_pb.cc | 509 const FieldDescriptorProto* FindFieldByName( in FindFieldByName() function in perfetto::__anona3f603400111::ParserDelegate
|
/aosp_15_r20/art/runtime/native/ |
H A D | java_lang_Class.cc | 240 ALWAYS_INLINE static inline ArtField* FindFieldByName(ObjPtr<mirror::String> name, in FindFieldByName() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 2042 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 D | descriptor_unittest.cc | 892 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 2036 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 D | descriptor_unittest.cc | 892 TEST_F(DescriptorTest, FindFieldByName) { in TEST_F() argument
|