Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/public/base/
Dunique_position.cc556 bool encode_high; // True if the next byte is greater than |rep_digit|. in CompressImpl() local
559 encode_high = false; in CompressImpl()
562 encode_high = static_cast<uint8>(str[runs_until]) > in CompressImpl()
568 WriteEncodedRunLength(run_length, encode_high, &output); in CompressImpl()