google.golang.org/protobuf/internal/encoding/text.Encoder.WriteLiteral (method)
6 uses
google.golang.org/protobuf/internal/encoding/text (current package)
encode.go#L106: e.WriteLiteral("true")
encode.go#L108: e.WriteLiteral("false")
encode.go#L211: func (e *Encoder) WriteLiteral(s string) {
google.golang.org/protobuf/encoding/prototext
encode.go#L263: e.WriteLiteral(string(desc.Name()))
encode.go#L374: e.WriteLiteral("0x" + strconv.FormatUint(uint64(v), hex))
encode.go#L378: e.WriteLiteral("0x" + strconv.FormatUint(v, hex))
![]() |
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. |