Lines Matching refs:Args
23 class Args {
25 Args();
26 Args(const Args& other);
27 ~Args();
49 // If the values specified in the args are not already set, the values in
50 // the args list will be used (which are assumed to be the defaults), but
53 // All args specified in the input will be marked as "used".
56 bool DeclareArgs(const Scope::KeyValueMap& args,
101 Args& operator=(const Args& other); // Disallow assignment.