Lines Matching refs:Args
60 // and the remaining |args| depend on the arguments required by the passed
78 // Evaluates the given |policy_method| policy with the provided |args|
92 ActualArgs... args);
112 // policy with the given |args| arguments. If the method fails, the default
114 template<typename R, typename... Args>
119 Args...) const,
120 R* result, Args... args);
128 template<typename R, typename... Args>
134 Args...) const,
135 Args... args);