github.com/golang/protobuf/proto.textWriter.writeSingularValue (method)
6 uses
github.com/golang/protobuf/proto (current package)
text_encode.go#L288: if err := w.writeSingularValue(v, fd); err != nil {
text_encode.go#L326: if err := w.writeSingularValue(entry.key, kfd); err != nil {
text_encode.go#L331: if err := w.writeSingularValue(entry.val, vfd); err != nil {
text_encode.go#L341: if err := w.writeSingularValue(m.Get(fd), fd); err != nil {
text_encode.go#L354: func (w *textWriter) writeSingularValue(v protoreflect.Value, fd protoreflect.FieldDescriptor) error {
text_encode.go#L545: if err := w.writeSingularValue(v, fd); err != nil {
![]() |
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. |