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

2 uses

	google.golang.org/protobuf/internal/encoding/json (current package)
		decode.go#L336: func (d *Decoder) Clone() *Decoder {

	google.golang.org/protobuf/encoding/protojson
		well_known_types.go#L179: 	dec := decoder{d.Clone(), UnmarshalOptions{}}