github.com/golang/protobuf/proto.textWriter.indent (field)
10 uses
github.com/golang/protobuf/proto (current package)
text_encode.go#L121: indent int // indentation level; never negative
text_encode.go#L247: w.indent++
text_encode.go#L255: w.indent--
text_encode.go#L324: w.indent++
text_encode.go#L335: w.indent--
text_encode.go#L381: w.indent++
text_encode.go#L392: w.indent--
text_encode.go#L445: w.indent--
text_encode.go#L487: w.indent++
text_encode.go#L556: for i := 0; i < w.indent*2; i++ {
![]() |
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. |