Searched refs:InstrumentedParser (Results 1 – 1 of 1) sorted by relevance
50 template <typename PA> class InstrumentedParser {53 constexpr InstrumentedParser(const InstrumentedParser &) = default;54 constexpr InstrumentedParser(const MessageFixedText &tag, const PA &parser) in InstrumentedParser() function81 return InstrumentedParser{tag, parser}; in instrumented()