Sha256: c43a8545068c36a1d98803ac5c3b3e1a3d487942776f6055048c5d59f94a9522

Contents?: true

Size: 282 Bytes

Versions: 5

Compression:

Stored size: 282 Bytes

Contents

// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build go1.12

package impl

import "reflect"

func mapRange(v reflect.Value) *reflect.MapIter { return v.MapRange() }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
planetscale-0.3.1 vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go
planetscale-0.3.0 vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go
planetscale-0.2.1 vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go
planetscale-0.2.0 vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go
planetscale-0.1.0 vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go