Home
last modified time | relevance | path

Searched refs:DoubleKind (Results 1 – 25 of 27) sorted by relevance

12

/external/golang-protobuf/reflect/protoreflect/
Dproto.go262 DoubleKind Kind = 1 const
276 Sfixed64Kind, Fixed64Kind, DoubleKind,
313 case DoubleKind:
357 case DoubleKind:
/external/golang-protobuf/internal/impl/
Dcodec_tables.go100 case protoreflect.DoubleKind:
191 case protoreflect.DoubleKind:
256 case protoreflect.DoubleKind:
336 case protoreflect.DoubleKind:
406 case protoreflect.DoubleKind:
467 case protoreflect.DoubleKind:
509 case protoreflect.DoubleKind:
541 case protoreflect.DoubleKind:
Dconvert.go122 case protoreflect.DoubleKind:
/external/golang-protobuf/internal/encoding/defval/
Ddefault.go87 case protoreflect.FloatKind, protoreflect.DoubleKind:
147 case protoreflect.FloatKind, protoreflect.DoubleKind:
Ddefault_test.go56 kind: protoreflect.DoubleKind,
/external/golang-protobuf/proto/
Dencode_gen.go33 protoreflect.DoubleKind: protowire.Fixed64Type,
68 case protoreflect.DoubleKind:
Dsize_gen.go42 case protoreflect.DoubleKind:
Ddecode_gen.go141 case protoreflect.DoubleKind:
521 case protoreflect.DoubleKind:
/external/golang-protobuf/internal/encoding/tag/
Dtag.go89 f.L1.Kind = protoreflect.DoubleKind
154 case protoreflect.Sfixed64Kind, protoreflect.Fixed64Kind, protoreflect.DoubleKind:
/external/golang-protobuf/internal/cmd/pbdump/
Dpbdump.go53 flagVar(fieldsFlag{&fs, protoreflect.DoubleKind}, "float64s", "List of double fields")
234 protoreflect.Sfixed64Kind, protoreflect.Fixed64Kind, protoreflect.DoubleKind:
/external/golang-protobuf/internal/protobuild/
Dbuild.go127 case protoreflect.DoubleKind:
/external/golang-protobuf/types/dynamicpb/
Ddynamic.go511 case protoreflect.FloatKind, protoreflect.DoubleKind:
579 case protoreflect.DoubleKind:
617 case protoreflect.DoubleKind:
/external/golang-protobuf/encoding/
Dbench_test.go80 case protoreflect.DoubleKind:
/external/golang-protobuf/internal/filetype/
Dbuild.go257 protoreflect.DoubleKind: reflect.TypeOf(float64(0)),
/external/golang-protobuf/testing/protocmp/
Dutil.go395 case protoreflect.DoubleKind:
651 case protoreflect.DoubleKind:
Dxform.go341 case protoreflect.DoubleKind:
/external/golang-protobuf/encoding/protojson/
Dencode.go283 case protoreflect.DoubleKind:
Ddecode.go316 case protoreflect.DoubleKind:
/external/golang-protobuf/encoding/prototext/
Dencode.go232 case protoreflect.DoubleKind:
Ddecode.go325 case protoreflect.DoubleKind:
/external/golang-protobuf/internal/testprotos/nullable/
Dnullable_test.go203 case protoreflect.DoubleKind:
/external/golang-protobuf/testing/protopack/
Dpack.go434 case protoreflect.DoubleKind:
501 case protoreflect.Fixed64Kind, protoreflect.Sfixed64Kind, protoreflect.DoubleKind:
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dmain.go463 case protoreflect.FloatKind, protoreflect.DoubleKind:
659 case protoreflect.DoubleKind:
/external/starlark-go/lib/proto/
Dproto.go502 case protoreflect.DoubleKind:
591 case protoreflect.DoubleKind, protoreflect.FloatKind:
/external/golang-protobuf/testing/prototest/
Dmessage.go223 if fd.Kind() == protoreflect.FloatKind || fd.Kind() == protoreflect.DoubleKind {
841 case protoreflect.DoubleKind:

12