Home
last modified time | relevance | path

Searched defs:debug_handler (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/karma/nonterminal/
Ddebug_handler.hpp28 struct debug_handler struct
31 output_iterator;
32 typedef detail::enable_buffering<output_iterator> buffer_type;
35 function_type;
37 debug_handler(function_type subject, F f, std::string const& rule_name) in debug_handler() function
43 bool operator()(output_iterator& sink, Context& context in operator ()()
65 function_type subject;
66 F f;
67 std::string rule_name;
83 debug_handler; in debug() typedef
[all …]
/third_party/boost/boost/spirit/home/qi/nonterminal/
Ddebug_handler.hpp29 struct debug_handler struct
36 function_type;
38 debug_handler( in debug_handler() function
48 bool operator()( in operator ()()
70 function_type subject;
71 F f;
72 std::string rule_name;
87 debug_handler; in debug() typedef
119 debug_handler; in debug() typedef