Home
last modified time | relevance | path

Searched refs:GetNestedDescriptorListForField (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs147 IReadOnlyList<DescriptorBase> topLevelList = GetNestedDescriptorListForField(path[0]); in FindDescriptorForPath()
152 var list = current.GetNestedDescriptorListForField(path[i]); in FindDescriptorForPath()
176 private IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.FileDescriptor
H A DDescriptorBase.cs90 …internal virtual IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) =>… in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.DescriptorBase
H A DServiceDescriptor.cs63 … internal override IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.ServiceDescriptor
H A DEnumDescriptor.cs84 … internal override IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.EnumDescriptor
H A DMessageDescriptor.cs137 … internal override IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.MessageDescriptor
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs147 IReadOnlyList<DescriptorBase> topLevelList = GetNestedDescriptorListForField(path[0]); in FindDescriptorForPath()
152 var list = current.GetNestedDescriptorListForField(path[i]); in FindDescriptorForPath()
176 private IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.FileDescriptor
H A DDescriptorBase.cs90 …internal virtual IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) =>… in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.DescriptorBase
H A DServiceDescriptor.cs63 … internal override IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.ServiceDescriptor
H A DEnumDescriptor.cs84 … internal override IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.EnumDescriptor
H A DMessageDescriptor.cs137 … internal override IReadOnlyList<DescriptorBase> GetNestedDescriptorListForField(int fieldNumber) in GetNestedDescriptorListForField() method in Google.Protobuf.Reflection.MessageDescriptor