Home
last modified time | relevance | path

Searched refs:DecodeVarInt (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/logging/rtc_event_log/encoder/
Dvar_int.h39 std::pair<bool, absl::string_view> DecodeVarInt(absl::string_view input,
46 uint64_t DecodeVarInt(BitstreamReader& input);
Dvar_int.cc43 std::pair<bool, absl::string_view> DecodeVarInt(absl::string_view input, in DecodeVarInt() function
62 uint64_t DecodeVarInt(BitstreamReader& input) { in DecodeVarInt() function
Dblob_encoding.cc65 std::tie(success, encoded_blobs) = DecodeVarInt(encoded_blobs, &lengths[i]); in DecodeBlobs()
Ddelta_encoding.cc749 values[i] = DecodeVarInt(reader_); in Decode()
/external/zucchini/
Dpatch_utils_unittest.cc75 auto res = DecodeVarInt(it, buffer.end(), &value); in TestEncodeDecodeVarInt()
83 auto res = DecodeVarInt(it, buffer.end(), &value); in TestEncodeDecodeVarInt()
Dpatch_utils.h121 typename std::iterator_traits<It>::difference_type DecodeVarInt(It first, in DecodeVarInt() function
Dpatch_reader.h55 auto bytes_read = DecodeVarInt(source->begin(), source->end(), value); in ParseVarInt()
/external/zucchini/aosp/include/components/zucchini/
Dpatch_utils.h121 typename std::iterator_traits<It>::difference_type DecodeVarInt(It first, in DecodeVarInt() function
Dpatch_reader.h55 auto bytes_read = DecodeVarInt(source->begin(), source->end(), value); in ParseVarInt()
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding_parser.cc70 std::tie(success, pending_data_) = DecodeVarInt(pending_data_, &output); in ReadVarInt()
Drtc_event_field_encoding_unittest.cc269 std::tie(success, encoded_event) = DecodeVarInt(encoded_event, &event_tag); in ParseEventHeader()
277 std::tie(success, encoded_event) = DecodeVarInt(encoded_event, &size); in ParseEventHeader()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc1313 std::tie(success, std::ignore) = DecodeVarInt(s, &tag); in ParseStreamInternal()
1330 std::tie(success, s) = DecodeVarInt(s, &tag); in ParseStreamInternal()
1353 std::tie(success, s) = DecodeVarInt(s, &message_length); in ParseStreamInternal()
1418 std::tie(success, s) = DecodeVarInt(s, &event_tag); in ParseStreamInternalV3()
1425 std::tie(success, s) = DecodeVarInt(s, &event_size_bytes); in ParseStreamInternalV3()