Searched refs:WireVarint (Results 1 – 8 of 8) sorted by relevance
/external/golang-protobuf/proto/ |
D | table_unmarshal.go | 660 if w != WireVarint { 674 if w != WireVarint { 711 if w != WireVarint { 726 if w != WireVarint { 740 if w != WireVarint { 777 if w != WireVarint { 792 if w != WireVarint { 806 if w != WireVarint { 843 if w != WireVarint { 858 if w != WireVarint { [all …]
|
D | properties.go | 52 WireVarint = 0 const 203 p.WireType = WireVarint 209 p.WireType = WireVarint 211 p.WireType = WireVarint
|
D | text_test.go | 122 b = append(proto.EncodeVarint(202<<3|proto.WireVarint), 19)
|
D | lib.go | 577 case WireVarint:
|
D | text.go | 648 case WireVarint:
|
D | table_marshal.go | 500 return WireVarint 2547 b = append(b, 2<<3|WireVarint) 2585 b = append(b, 2<<3|WireVarint)
|
D | extensions_test.go | 125 if err := expected.EncodeVarint(uint64((extdesc1.Field << 3) | proto.WireVarint)); err != nil {
|
D | all_test.go | 1540 …b := []byte{1<<3 | WireVarint, 0x01, 3<<3 | WireBytes, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0…
|