Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/nonterminal/
Dexpand_arg.hpp26 struct expand_arg struct
29 struct result_type
46 struct result<F(A0)>
50 struct result<F(A0&)>
53 expand_arg(Context& context_) in expand_arg() function
60 call(T const& f, mpl::false_) const in call()
67 call(T const& val, mpl::true_) const in call()
74 operator()(T const& x) const in operator ()()
79 Context& context;
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c2318 static int expand_arg(struct sh_arg *arg, char *old, unsigned flags, in expand_arg() function