Home | History | Annotate | Download | only in Dynamic

Lines Matching defs:Out

27     std::vector<ParserValue> Out(1);
28 Out[0].Value = Arg1;
29 return Out;
33 std::vector<ParserValue> Out(2);
34 Out[0].Value = Arg1;
35 Out[1].Value = Arg2;
36 return Out;
43 const MatcherList Out =
46 return Out;
53 const MatcherList Out = Registry::constructMatcher(
56 return Out;
64 const MatcherList Out = Registry::constructMatcher(
67 return Out;