Searched refs:PrefixB (Results 1 – 1 of 1) sorted by relevance
58 std::string_view PrefixB, bool A) { in consumeFront() argument59 const std::string_view &Prefix = A ? PrefixA : PrefixB; in consumeFront()64 std::string_view PrefixB, bool A) { in startsWith() argument65 const std::string_view &Prefix = A ? PrefixA : PrefixB; in startsWith()