Searched refs:Decode8 (Results 1 – 1 of 1) sorted by relevance
108 inline std::uint_fast8_t Decode8(const char* cp) { in Decode8() function120 for (int i = 0; i != (32 / 8); ++i) v = (v << 8) | Decode8(cp++); in Decode32()129 for (int i = 0; i != (64 / 8); ++i) v = (v << 8) | Decode8(cp++); in Decode64()442 transitions_[i].type_index = Decode8(bp++); in Load()457 transition_types_[i].is_dst = (Decode8(bp++) != 0); in Load()458 transition_types_[i].abbr_index = Decode8(bp++); in Load()