google.golang.org/protobuf/internal/encoding/json.Decoder.Position (method)

4 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode.go#L219: 	line, column := d.Position(pos)
		decode.go#L225: func (d *Decoder) Position(idx int) (line int, column int) {

	google.golang.org/protobuf/encoding/protojson
		decode.go#L98: 	line, column := d.Position(pos)
		decode.go#L110: 	line, column := d.Position(pos)