google.golang.org/protobuf/reflect/protoreflect.FieldRanges.Get (method)

4 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		proto.go#L392: 	Get(i int) [2]FieldNumber // start inclusive; end exclusive

	google.golang.org/protobuf/reflect/protodesc
		proto.go#L99: 		xrange := xranges.Get(i)
		proto.go#L110: 		rrange := ranges.Get(i)

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L65: 			r := vs.Get(i)