type google.golang.org/protobuf/internal/encoding/defval.Format

4 uses

	google.golang.org/protobuf/internal/encoding/defval (current package)
		default.go#L23: type Format int
		default.go#L26: 	_ Format = iota
		default.go#L38: func Unmarshal(s string, k protoreflect.Kind, evs protoreflect.EnumValueDescriptors, f Format) (protoreflect.Value, protoreflect.EnumValueDescriptor, error) {
		default.go#L121: func Marshal(v protoreflect.Value, ev protoreflect.EnumValueDescriptor, k protoreflect.Kind, f Format) (string, error) {