/external/rust/android-crates-io/crates/protobuf/src/varint/ |
D | decode.rs | 7 trait DecodeVarint { interface 14 impl DecodeVarint for u64 { 23 impl DecodeVarint for u32 { 34 fn decode_varint_full<D: DecodeVarint>(rem: &[u8]) -> crate::Result<Option<(D, usize)>> { in decode_varint_full() 54 fn decode_varint_impl<D: DecodeVarint>(buf: &[u8]) -> crate::Result<Option<(D, usize)>> { in decode_varint_impl()
|
/external/cronet/tot/third_party/abseil-cpp/absl/log/internal/ |
D | proto.cc | 152 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function 191 const uint64_t tag_type = DecodeVarint(data); in DecodeFrom() 196 value_ = DecodeVarint(data); in DecodeFrom() 202 value_ = DecodeVarint(data); in DecodeFrom()
|
/external/angle/third_party/abseil-cpp/absl/log/internal/ |
D | proto.cc | 153 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function 192 const uint64_t tag_type = DecodeVarint(data); in DecodeFrom() 197 value_ = DecodeVarint(data); in DecodeFrom() 203 value_ = DecodeVarint(data); in DecodeFrom()
|
/external/abseil-cpp/absl/log/internal/ |
D | proto.cc | 155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function 194 const uint64_t tag_type = DecodeVarint(data); in DecodeFrom() 199 value_ = DecodeVarint(data); in DecodeFrom() 205 value_ = DecodeVarint(data); in DecodeFrom()
|
/external/cronet/stable/third_party/abseil-cpp/absl/log/internal/ |
D | proto.cc | 152 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function 191 const uint64_t tag_type = DecodeVarint(data); in DecodeFrom() 196 value_ = DecodeVarint(data); in DecodeFrom() 202 value_ = DecodeVarint(data); in DecodeFrom()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/ |
D | proto.cc | 155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function 194 const uint64_t tag_type = DecodeVarint(data); in DecodeFrom() 199 value_ = DecodeVarint(data); in DecodeFrom() 205 value_ = DecodeVarint(data); in DecodeFrom()
|
/external/golang-protobuf/internal/protolegacy/ |
D | proto.go | 91 func DecodeVarint([]byte) (uint64, int) { panic("not implemented") } func 105 func (*Buffer) DecodeVarint() (uint64, error) { panic("not implemented") } func
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20160519_a4ab9ec5/ |
D | test.pb.go | 794 x, err := b.DecodeVarint() 801 x, err := b.DecodeVarint() 815 x, err := b.DecodeVarint() 822 x, err := b.DecodeVarint() 836 x, err := b.DecodeVarint() 899 x, err := b.DecodeVarint() 914 x, err := b.DecodeVarint()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20160225_2fc053c5/ |
D | test.pb.go | 794 x, err := b.DecodeVarint() 801 x, err := b.DecodeVarint() 815 x, err := b.DecodeVarint() 822 x, err := b.DecodeVarint() 836 x, err := b.DecodeVarint() 899 x, err := b.DecodeVarint() 914 x, err := b.DecodeVarint()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180125_92554152/ |
D | test.pb.go | 1047 x, err := b.DecodeVarint() 1054 x, err := b.DecodeVarint() 1068 x, err := b.DecodeVarint() 1075 x, err := b.DecodeVarint() 1089 x, err := b.DecodeVarint() 1152 x, err := b.DecodeVarint() 1167 x, err := b.DecodeVarint()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/ |
D | test.pb.go | 1085 x, err := b.DecodeVarint() 1092 x, err := b.DecodeVarint() 1106 x, err := b.DecodeVarint() 1113 x, err := b.DecodeVarint() 1127 x, err := b.DecodeVarint() 1190 x, err := b.DecodeVarint() 1205 x, err := b.DecodeVarint()
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/ |
D | test.pb.go | 1127 x, err := b.DecodeVarint() 1134 x, err := b.DecodeVarint() 1148 x, err := b.DecodeVarint() 1155 x, err := b.DecodeVarint() 1169 x, err := b.DecodeVarint() 1232 x, err := b.DecodeVarint() 1247 x, err := b.DecodeVarint()
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/ |
D | test.pb.go | 1976 x, err := b.DecodeVarint() 1983 x, err := b.DecodeVarint() 1997 x, err := b.DecodeVarint() 2004 x, err := b.DecodeVarint() 2018 x, err := b.DecodeVarint() 2081 x, err := b.DecodeVarint() 2104 x, err := b.DecodeVarint() 2148 x, err := b.DecodeVarint() 2155 x, err := b.DecodeVarint() 2169 x, err := b.DecodeVarint() [all …]
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/ |
D | test.pb.go | 1976 x, err := b.DecodeVarint() 1983 x, err := b.DecodeVarint() 1997 x, err := b.DecodeVarint() 2004 x, err := b.DecodeVarint() 2018 x, err := b.DecodeVarint() 2081 x, err := b.DecodeVarint() 2104 x, err := b.DecodeVarint() 2148 x, err := b.DecodeVarint() 2155 x, err := b.DecodeVarint() 2169 x, err := b.DecodeVarint() [all …]
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09/ |
D | test.pb.go | 2009 x, err := b.DecodeVarint() 2016 x, err := b.DecodeVarint() 2030 x, err := b.DecodeVarint() 2037 x, err := b.DecodeVarint() 2051 x, err := b.DecodeVarint() 2114 x, err := b.DecodeVarint() 2137 x, err := b.DecodeVarint() 2181 x, err := b.DecodeVarint() 2188 x, err := b.DecodeVarint() 2202 x, err := b.DecodeVarint() [all …]
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61/ |
D | test.pb.go | 2091 x, err := b.DecodeVarint() 2098 x, err := b.DecodeVarint() 2112 x, err := b.DecodeVarint() 2119 x, err := b.DecodeVarint() 2133 x, err := b.DecodeVarint() 2196 x, err := b.DecodeVarint() 2219 x, err := b.DecodeVarint() 2263 x, err := b.DecodeVarint() 2270 x, err := b.DecodeVarint() 2284 x, err := b.DecodeVarint() [all …]
|
/external/golang-protobuf/internal/testprotos/legacy/proto2_20180125_92554152/ |
D | test.pb.go | 1971 x, err := b.DecodeVarint() 1978 x, err := b.DecodeVarint() 1992 x, err := b.DecodeVarint() 1999 x, err := b.DecodeVarint() 2013 x, err := b.DecodeVarint() 2076 x, err := b.DecodeVarint() 2099 x, err := b.DecodeVarint() 2143 x, err := b.DecodeVarint() 2150 x, err := b.DecodeVarint() 2164 x, err := b.DecodeVarint() [all …]
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 107 def DecodeVarint(buffer, pos): function 121 return DecodeVarint 130 def DecodeVarint(buffer, pos): function 145 return DecodeVarint
|
/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 107 def DecodeVarint(buffer, pos): function 121 return DecodeVarint 130 def DecodeVarint(buffer, pos): function 145 return DecodeVarint
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 107 def DecodeVarint(buffer, pos): function 121 return DecodeVarint 130 def DecodeVarint(buffer, pos): function 145 return DecodeVarint
|