Searched refs:DebugParser (Results 1 – 2 of 2) sorted by relevance
23 class DebugParser {26 constexpr DebugParser(const DebugParser &) = default;27 constexpr DebugParser(const char *str, std::size_t n) in DebugParser() function36 constexpr DebugParser operator""_debug(const char str[], std::size_t n) {37 return DebugParser{str, n};
15 std::optional<Success> DebugParser::Parse(ParseState &state) const { in Parse()