/external/golang-protobuf/proto/ |
D | all_test.go | 308 err = o.Unmarshal(pbd) 941 if err := Unmarshal(d, pbd); err != nil { 970 if err := Unmarshal(d, pbd); err != nil { 1003 o.Unmarshal(pbd) 1009 o.Unmarshal(skipd) 1046 if err := Unmarshal(b, om); err != nil { 1072 if err := Unmarshal(b, nm2); err != nil { 1098 if err := Unmarshal(b, nm); err != nil { 1163 Unmarshal(buf, pbd) 1235 err := o.Unmarshal(pb2) [all …]
|
D | decode_test.go | 66 if err := scratchBuf.Unmarshal(msgBlackhole); err != nil { 91 if err := scratchBuf.Unmarshal(msgBlackhole); err != nil { 116 if err := scratchBuf.Unmarshal(msgBlackhole); err != nil { 141 if err := scratchBuf.Unmarshal(msgBlackhole); err != nil { 172 if err := scratchBuf.Unmarshal(msgBlackhole); err != nil { 254 if err := proto.Unmarshal(raw, msgBlackhole); err != nil {
|
D | message_set.go | 103 func (ms *messageSet) Unmarshal(pb Message) error { func 105 return Unmarshal(item.Message, pb) 205 if err := Unmarshal(buf, ms); err != nil { 270 if err := Unmarshal(ext.enc, x.(Message)); err != nil {
|
D | map_test.go | 30 if err := proto.Unmarshal(in, &out); err != nil { 42 if err := proto.Unmarshal(in, &out); err != nil {
|
D | decode.go | 386 Unmarshal([]byte) error methodSpec 396 func Unmarshal(buf []byte, pb Message) error { func 410 return u.Unmarshal(buf) 412 return NewBuffer(buf).Unmarshal(pb) 421 return NewBuffer(enc).Unmarshal(pb) 439 func (p *Buffer) Unmarshal(pb Message) error { func 442 err := u.Unmarshal(p.buf[p.index:]) 912 return iv.(Unmarshaler).Unmarshal(raw) 956 return iv.(Unmarshaler).Unmarshal(raw)
|
D | extensions_test.go | 94 if err := proto.Unmarshal(b, msg); err != nil { 144 err = proto.Unmarshal(bb, msg1) 393 err = proto.Unmarshal(b, msg2) 468 err := proto.Unmarshal(buf.Bytes(), msg2)
|
D | proto3_test.go | 86 if err := proto.Unmarshal(b, m2); err != nil {
|
D | lib.go | 427 if err := json.Unmarshal(data, &repr); err != nil { 438 if err := json.Unmarshal(data, &val); err != nil {
|
D | equal_test.go | 71 if err := Unmarshal(buf, messageWithExtension1b); err != nil {
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 136 if err = json.Unmarshal(b, &js); err != nil { 357 if err := proto.Unmarshal(val, msg); err != nil { 609 func (u *Unmarshaler) Unmarshal(r io.Reader, pb proto.Message) error { func 624 func Unmarshal(r io.Reader, pb proto.Message) error { func 625 return new(Unmarshaler).Unmarshal(r, pb) 632 return new(Unmarshaler).Unmarshal(strings.NewReader(str), pb) 667 if err := json.Unmarshal(inputValue, &jsonFields); err != nil { 677 if err := json.Unmarshal([]byte(*val), &turl); err != nil { 753 if err := json.Unmarshal(inputValue, &m); err != nil { 768 if err := json.Unmarshal(inputValue, &s); err != nil { [all …]
|
D | jsonpb_test.go | 633 err := tt.unmarshaler.Unmarshal(strings.NewReader(tt.json), p) 727 if err := Unmarshal(strings.NewReader(rawJson), &msg); err != nil { 738 if err := Unmarshal(strings.NewReader(rawJson), &got); err != nil {
|
/external/golang-protobuf/_conformance/ |
D | conformance.go | 69 if err := proto.Unmarshal(inbuf, req); err != nil { 101 err = proto.Unmarshal(p.ProtobufPayload, &msg)
|
/external/flatbuffers/go/ |
D | grpc.go | 12 func (FlatbuffersCodec) Unmarshal(data []byte, v interface{}) error { func
|
/external/golang-protobuf/protoc-gen-go/ |
D | main.go | 70 if err := proto.Unmarshal(data, g.Request); err != nil {
|
/external/golang-protobuf/descriptor/ |
D | descriptor.go | 63 if err := proto.Unmarshal(b, fd); err != nil {
|
/external/protobuf/examples/ |
D | list_people.go | 55 if err := proto.Unmarshal(in, book); err != nil {
|
D | add_person.go | 112 if err := proto.Unmarshal(in, book); err != nil {
|
/external/golang-protobuf/ptypes/ |
D | any.go | 128 return proto.Unmarshal(any.Value, pb)
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | api_def_map.go | 121 err = proto.Unmarshal(data, apidef)
|
D | genop.go | 81 err = proto.Unmarshal(data, list)
|
/external/golang-protobuf/protoc-gen-go/testdata/ |
D | imp.pb.go.golden | 90 func (this *ImportedExtendable) Unmarshal(buf []byte) error {
|
/external/skia/infra/cts/ |
D | run_testlab.go | 143 if err := json.Unmarshal(bufBytes, &foundDevices); err != nil {
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 143 if err := json.Unmarshal(bufBytes, &foundDevices); err != nil {
|
/external/golang-protobuf/ |
D | README.md | 104 - Marshal and Unmarshal are functions to encode and decode the wire format. 154 err = proto.Unmarshal(data, newTest)
|
/external/boringssl/src/ssl/test/runner/ |
D | sign.go | 199 if _, err := asn1.Unmarshal(sig, ecdsaSig); err != nil {
|