Searched defs:ParamDef (Results 1 – 1 of 1) sorted by relevance
29 struct ParamDef { struct30 ParamDef(const string& param_type, const string& param_name, bool param_ref) in ParamDef() function33 string type;34 string name;35 bool is_const_ref;