Home
last modified time | relevance | path

Searched refs:WireBytes (Results 1 – 9 of 9) sorted by relevance

/external/golang-protobuf/proto/
Dtable_unmarshal.go688 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 …]
Dtable_marshal.go502 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 …]
Dmessage_set.go165 b := EncodeVarint(uint64(id)<<3 | WireBytes)
Dproperties.go54 WireBytes = 2 const
213 p.WireType = WireBytes
Dextensions_test.go139 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 {
Dtext_test.go118 b = append(proto.EncodeVarint(201<<3|proto.WireBytes), b...)
Dall_test.go1528 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…
Dlib.go538 case WireBytes:
Dtext.go632 case WireBytes: