func google.golang.org/protobuf/internal/mapsort.Range
3 uses
google.golang.org/protobuf/internal/mapsort (current package)
mapsort.go#L16: func Range(mapv protoreflect.Map, keyKind protoreflect.Kind, f func(protoreflect.MapKey, protoreflect.Value) bool) {
google.golang.org/protobuf/encoding/prototext
encode.go#L293: mapsort.Range(mmap, fd.MapKey().Kind(), func(key pref.MapKey, val pref.Value) bool {
google.golang.org/protobuf/proto
encode.go#L320: mapsort.Range(mapv, kind, f)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |