Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dactions.cpp50 struct setnext struct
52 setnext(char& next) : next(next) {} in setnext() function
54 void operator()(char c, unused_type, unused_type) const in operator ()()
59 char& next;
/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dactions.cpp42 struct setnext struct
44 setnext(char& next) : next(next) {} in setnext() argument
47 void operator()(Context const& ctx) const in operator ()()
52 char& next;