google.golang.org/protobuf/internal/encoding/json.Encoder.WriteString (method)
9 uses
google.golang.org/protobuf/internal/encoding/json (current package)
encode.go#L78: func (e *Encoder) WriteString(s string) error {
google.golang.org/protobuf/encoding/protojson
encode.go#L245: if e.WriteString(val.String()) != nil {
encode.go#L258: e.WriteString(val.String())
encode.go#L269: e.WriteString(base64.StdEncoding.EncodeToString(val.Bytes()))
encode.go#L279: e.WriteString(string(desc.Name()))
well_known_types.go#L129: if err := e.WriteString(typeURL); err != nil {
well_known_types.go#L618: e.WriteString(x + "s")
well_known_types.go#L800: e.WriteString(x + "Z")
well_known_types.go#L856: e.WriteString(strings.Join(paths, ","))
![]() |
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. |