Searched refs:WireBytes (Results 1 – 9 of 9) sorted by relevance
/external/golang-protobuf/proto/ |
D | table_unmarshal.go | 688 if w == WireBytes { // packed 754 if w == WireBytes { // packed 820 if w == WireBytes { // packed 886 if w == WireBytes { // packed 950 if w == WireBytes { // packed 1014 if w == WireBytes { // packed 1076 if w == WireBytes { // packed 1135 if w == WireBytes { // packed 1194 if w == WireBytes { // packed 1253 if w == WireBytes { // packed [all …]
|
D | table_marshal.go | 502 return WireBytes 1433 b = appendVarint(b, wiretag&^7|WireBytes) 1477 b = appendVarint(b, wiretag&^7|WireBytes) 1521 b = appendVarint(b, wiretag&^7|WireBytes) 1565 b = appendVarint(b, wiretag&^7|WireBytes) 1609 b = appendVarint(b, wiretag&^7|WireBytes) 1653 b = appendVarint(b, wiretag&^7|WireBytes) 1697 b = appendVarint(b, wiretag&^7|WireBytes) 1746 b = appendVarint(b, wiretag&^7|WireBytes) 1795 b = appendVarint(b, wiretag&^7|WireBytes) [all …]
|
D | message_set.go | 165 b := EncodeVarint(uint64(id)<<3 | WireBytes)
|
D | properties.go | 54 WireBytes = 2 const 213 p.WireType = WireBytes
|
D | extensions_test.go | 139 if err := expected.EncodeVarint(uint64((extdesc2.Field << 3) | proto.WireBytes)); err != nil { 153 if err := expected.EncodeVarint(uint64((extdesc3.Field << 3) | proto.WireBytes)); err != nil {
|
D | text_test.go | 118 b = append(proto.EncodeVarint(201<<3|proto.WireBytes), b...)
|
D | all_test.go | 1528 b := []byte{2<<3 | WireBytes, 0xff, 0xff, 0xff, 0xff, 0xff, 0} 1534 …b := []byte{2<<3 | WireBytes, 1, 1, 3<<3 | WireBytes, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x… 1540 …b := []byte{1<<3 | WireVarint, 0x01, 3<<3 | WireBytes, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0…
|
D | lib.go | 538 case WireBytes:
|
D | text.go | 632 case WireBytes:
|