Searched defs:AddFieldByNumber (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
H A D | DescriptorPool.cs | 228 internal void AddFieldByNumber(FieldDescriptor field) in AddFieldByNumber() method in Google.Protobuf.Reflection.DescriptorPool |
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
H A D | DescriptorPool.cs | 228 internal void AddFieldByNumber(FieldDescriptor field) in AddFieldByNumber() method in Google.Protobuf.Reflection.DescriptorPool |
/aosp_15_r20/external/protobuf/src/google/protobuf/ | ||
H A D | descriptor.cc | 1770 bool FileDescriptorTables::AddFieldByNumber(FieldDescriptor* field) { in AddFieldByNumber() function in google::protobuf::FileDescriptorTables |
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ | ||
H A D | descriptor.cc | 1764 bool FileDescriptorTables::AddFieldByNumber(FieldDescriptor* field) { in AddFieldByNumber() function in google::protobuf::FileDescriptorTables |