/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | DescriptorPool.cs | 209 internal FieldDescriptor FindFieldByNumber(MessageDescriptor messageDescriptor, int number) in FindFieldByNumber() method in Google.Protobuf.Reflection.DescriptorPool
|
H A D | MessageDescriptor.cs | 286 …public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this… in FindFieldByNumber() method in Google.Protobuf.Reflection.MessageDescriptor
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | DescriptorPool.cs | 209 internal FieldDescriptor FindFieldByNumber(MessageDescriptor messageDescriptor, int number) in FindFieldByNumber() method in Google.Protobuf.Reflection.DescriptorPool
|
H A D | MessageDescriptor.cs | 286 …public FieldDescriptor FindFieldByNumber(int number) => File.DescriptorPool.FindFieldByNumber(this… in FindFieldByNumber() method in Google.Protobuf.Reflection.MessageDescriptor
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | def.hpp | 182 FieldDefPtr FindFieldByNumber(uint32_t num) const { in FindFieldByNumber() function in upb::OneofDefPtr 255 FieldDefPtr FindFieldByNumber(uint32_t number) const { in FindFieldByNumber() function in upb::MessageDefPtr
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | def.hpp | 172 FieldDefPtr FindFieldByNumber(uint32_t num) const { in FindFieldByNumber() function in upb::OneofDefPtr 245 FieldDefPtr FindFieldByNumber(uint32_t number) const { in FindFieldByNumber() function in upb::MessageDefPtr
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 1064 const google::protobuf::Field* FindFieldByNumber( in FindFieldByNumber() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 1064 const google::protobuf::Field* FindFieldByNumber( in FindFieldByNumber() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1559 inline const FieldDescriptor* FileDescriptorTables::FindFieldByNumber( in FindFieldByNumber() function in google::protobuf::FileDescriptorTables 2201 const FieldDescriptor* Descriptor::FindFieldByNumber(int key) const { in FindFieldByNumber() function in google::protobuf::Descriptor
|
H A D | descriptor_unittest.cc | 912 TEST_F(DescriptorTest, FindFieldByNumber) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.cc | 1553 inline const FieldDescriptor* FileDescriptorTables::FindFieldByNumber( in FindFieldByNumber() function in google::protobuf::FileDescriptorTables 2195 const FieldDescriptor* Descriptor::FindFieldByNumber(int key) const { in FindFieldByNumber() function in google::protobuf::Descriptor
|
H A D | descriptor_unittest.cc | 912 TEST_F(DescriptorTest, FindFieldByNumber) { in TEST_F() argument
|