/aosp_15_r20/external/golang-protobuf/reflect/protoregistry/ |
H A D | registry.go | 462 FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error) methodSpec 666 func (r *Types) FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error… func
|
/aosp_15_r20/external/golang-protobuf/types/dynamicpb/ |
H A D | dynamic_test.go | 54 func (extResolver) FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, er… func
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | testmessages_test.go | 2009 func (f filterResolver) FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionTyp… func
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 571 def FindExtensionByName(self, full_name): member in DescriptorPool
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 571 def FindExtensionByName(self, full_name): member in DescriptorPool
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 302 PyObject* FindExtensionByName(PyDescriptorPool* self, PyObject* arg) { in FindExtensionByName() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 302 PyObject* FindExtensionByName(PyDescriptorPool* self, PyObject* arg) { in FindExtensionByName() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | def.hpp | 542 FieldDefPtr FindExtensionByName(const char* name) const { in FindExtensionByName() function in upb::DefPool
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | def.hpp | 544 FieldDefPtr FindExtensionByName(const char* name) const { in FindExtensionByName() function in upb::DefPool
|
/aosp_15_r20/external/golang-protobuf/compiler/protogen/ |
H A D | protogen.go | 1302 func (e *extensionRegistry) FindExtensionByName(field protoreflect.FullName) (protoreflect.Extensio… func
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 2053 const FieldDescriptor* DescriptorPool::FindExtensionByName( in FindExtensionByName() function in google::protobuf::DescriptorPool 2242 const FieldDescriptor* Descriptor::FindExtensionByName( in FindExtensionByName() function in google::protobuf::Descriptor 2336 const FieldDescriptor* FileDescriptor::FindExtensionByName( in FindExtensionByName() function in google::protobuf::FileDescriptor
|
H A D | descriptor_unittest.cc | 465 TEST_F(FileDescriptorTest, FindExtensionByName) { in TEST_F() argument 2061 TEST_F(ExtensionDescriptorTest, FindExtensionByName) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 2047 const FieldDescriptor* DescriptorPool::FindExtensionByName( in FindExtensionByName() function in google::protobuf::DescriptorPool 2236 const FieldDescriptor* Descriptor::FindExtensionByName( in FindExtensionByName() function in google::protobuf::Descriptor 2330 const FieldDescriptor* FileDescriptor::FindExtensionByName( in FindExtensionByName() function in google::protobuf::FileDescriptor
|
H A D | descriptor_unittest.cc | 465 TEST_F(FileDescriptorTest, FindExtensionByName) { in TEST_F() argument 2061 TEST_F(ExtensionDescriptorTest, FindExtensionByName) { in TEST_F() argument
|