google.golang.org/protobuf/reflect/protoreflect.MapKey.String (method)
6 uses
google.golang.org/protobuf/reflect/protoreflect (current package)
value_union.go#L404: func (k MapKey) String() string {
google.golang.org/protobuf/encoding/protojson
encode.go#L328: if err := e.WriteName(entry.key.String()); err != nil {
encode.go#L350: return values[i].key.String() < values[j].key.String()
google.golang.org/protobuf/internal/mapsort
mapsort.go#L33: return keys[i].String() < keys[j].String()
![]() |
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. |