Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dinfo.hpp73 struct basic_info_walker struct
75 typedef void result_type;
76 typedef basic_info_walker<Callback> this_type;
78 basic_info_walker(Callback& callback_, utf8_string const& tag_, int depth_) in basic_info_walker() argument
81 void operator()(info::nil_) const in operator ()()
86 void operator()(utf8_string const& str) const in operator ()()
91 void operator()(info const& what) const in operator ()()
97 void operator()(std::pair<info, info> const& pair) const in operator ()()
106 void operator()(std::list<info> const& l) const in operator ()()
116 Callback& callback;
[all …]