Home
last modified time | relevance | path

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

/aosp_15_r20/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() argument
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 …]
/aosp_15_r20/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() 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
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Drenderer_utils.rs34 pub debug_handler: Option<RutabagaDebugHandler>, field
H A Drutabaga_core.rs1109 debug_handler: Option<RutabagaDebugHandler>, field
/aosp_15_r20/hardware/google/gchips/include/
Dexynos_v4l2.h176 void (*debug_handler)(void *, ...); member
/aosp_15_r20/hardware/google/graphics/common/libv4l2/
Dexynos_v4l2.h176 void (*debug_handler)(void *, ...); member
/aosp_15_r20/hardware/google/graphics/common/libgscaler/
Dlibgscaler_media.h104 void (*debug_handler)(void *, ...); member
/aosp_15_r20/external/crosvm/rutabaga_gfx/ffi/src/
H A Dlib.rs234 let debug_handler = create_ffi_debug_handler((*builder).user_data, func); in rutabaga_init() localVariable