Home
last modified time | relevance | path

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

/external/pigweed/pw_varint/
Dvarint.cc98 auto is_last_byte = [&](std::byte byte) { in pw_varint_DecodeCustom() local
115 if (is_last_byte(buffer[count++])) { in pw_varint_DecodeCustom()