google.golang.org/protobuf/encoding/prototext.encoder.marshalSingular (method)
5 uses
google.golang.org/protobuf/encoding/prototext (current package)
encode.go#L221: return e.marshalSingular(val, fd)
encode.go#L227: func (e encoder) marshalSingular(val pref.Value, fd pref.FieldDescriptor) error {
encode.go#L283: if err := e.marshalSingular(list.Get(i), fd); err != nil {
encode.go#L299: err = e.marshalSingular(key.Value(), fd.MapKey())
encode.go#L305: err = e.marshalSingular(val, fd.MapValue())
![]() |
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. |