Home
last modified time | relevance | path

Searched defs:DecodeVarint (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/varint/
Ddecode.rs7 trait DecodeVarint { trait
/aosp_15_r20/external/golang-protobuf/internal/protolegacy/
H A Dproto.go91 func DecodeVarint([]byte) (uint64, int) { panic("not implemented") } func
105 func (*Buffer) DecodeVarint() (uint64, error) { panic("not implemented") } func
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py107 def DecodeVarint(buffer, pos): function
130 def DecodeVarint(buffer, pos): function
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py107 def DecodeVarint(buffer, pos): function
130 def DecodeVarint(buffer, pos): function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/internal/
H A Dproto.cc152 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/internal/
Dproto.cc155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A Dproto.cc155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/internal/
H A Dproto.cc155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
/aosp_15_r20/external/abseil-cpp/absl/log/internal/
H A Dproto.cc155 uint64_t DecodeVarint(absl::Span<const char> *buf) { in DecodeVarint() function
/aosp_15_r20/system/nvram/messages/
H A Dio.cpp52 bool DecodeVarint(InputStreamBuffer* stream_buffer, uint64_t* value) { in DecodeVarint() function