Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/include/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 …]
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/nonterminal/
Ddebug_handler.hpp29 struct debug_handler struct
36 function_type;
38 debug_handler( in debug_handler() argument
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
/external/crosvm/rutabaga_gfx/src/
Drenderer_utils.rs34 pub debug_handler: Option<RutabagaDebugHandler>, field
Drutabaga_core.rs1187 debug_handler: Option<RutabagaDebugHandler>, field
/external/v4l-utils/utils/media-ctl/
Dmediactl-priv.h51 void (*debug_handler)(void *, ...); member
/external/crosvm/rutabaga_gfx/ffi/src/
Dlib.rs238 let debug_handler = create_ffi_debug_handler(builder.user_data, func); in rutabaga_init() localVariable