const google.golang.org/protobuf/runtime/protoiface.SupportMarshalDeterministic
5 uses
google.golang.org/protobuf/runtime/protoiface (current package)
methods.go#L49: SupportMarshalDeterministic SupportFlags = 1 << iota
google.golang.org/protobuf/internal/impl
codec_message.go#L178: mi.methods.Flags |= protoiface.SupportMarshalDeterministic
legacy_message.go#L69: mi.methods.Flags |= protoiface.SupportMarshalDeterministic
legacy_message.go#L393: Flags: protoiface.SupportMarshalDeterministic,
google.golang.org/protobuf/proto
encode.go#L144: !(o.Deterministic && methods.Flags&protoiface.SupportMarshalDeterministic == 0) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)