func google.golang.org/protobuf/proto.Reset
5 uses
google.golang.org/protobuf/proto (current package)
decode.go#L75: Reset(m.Interface())
reset.go#L16: func Reset(m Message) {
google.golang.org/protobuf/encoding/protojson
decode.go#L63: proto.Reset(m)
google.golang.org/protobuf/encoding/prototext
decode.go#L64: proto.Reset(m)
google.golang.org/protobuf/internal/impl
api_export.go#L89: func (m legacyMessageWrapper) Reset() { proto.Reset(m.m) }
![]() |
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. |