const google.golang.org/protobuf/runtime/protoiface.MarshalDeterministic

3 uses

	google.golang.org/protobuf/runtime/protoiface (current package)
		methods.go#L91: 	MarshalDeterministic MarshalInputFlags = 1 << iota

	google.golang.org/protobuf/internal/impl
		encode.go#L29: func (o marshalOptions) Deterministic() bool { return o.flags&piface.MarshalDeterministic != 0 }

	google.golang.org/protobuf/proto
		encode.go#L150: 			in.Flags |= protoiface.MarshalDeterministic