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