Searched refs:str_to_two_bit_pattern (Results 1 – 1 of 1) sorted by relevance
37 constexpr uint32_t str_to_two_bit_pattern(const char* x, size_t s, uint32_t a) { in str_to_two_bit_pattern() function40 return str_to_two_bit_pattern(x + 1, s - 1, (a << 2) | r); in str_to_two_bit_pattern()44 return str_to_two_bit_pattern(x, s, DecodeNode::kEndOfPattern);