Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/encoder/
Dblob_encoding_unittest.cc127 std::string defective_varint; in TEST() local
130 defective_varint += static_cast<CharT>(static_cast<size_t>(0x80u) | i); in TEST()
132 defective_varint += 0x01u; in TEST()
134 const std::string defective_encoded = defective_varint + "whatever"; in TEST()