Home
last modified time | relevance | path

Searched defs:fieldsByNumber (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs48 private readonly IDictionary<ObjectIntPair<IDescriptor>, FieldDescriptor> fieldsByNumber = field in Google.Protobuf.Reflection.DescriptorPool
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs48 private readonly IDictionary<ObjectIntPair<IDescriptor>, FieldDescriptor> fieldsByNumber = field in Google.Protobuf.Reflection.DescriptorPool
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs48 private readonly IDictionary<ObjectIntPair<IDescriptor>, FieldDescriptor> fieldsByNumber = field in Google.Protobuf.Reflection.DescriptorPool
/external/golang-protobuf/internal/impl/
Dmessage.go136 fieldsByNumber map[protoreflect.FieldNumber]reflect.StructField member