Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dutil.h492 uint32_t remain_bits = i * 6; in ToUTF8() local
494 (*out) += static_cast<char>((0xFE << (max_bits - remain_bits)) | in ToUTF8()
495 (ucc >> remain_bits)); in ToUTF8()