Searched refs:is_const_ref (Results 1 – 1 of 1) sorted by relevance
31 : type(param_type), name(param_name), is_const_ref(param_ref) {} in ParamDef()35 bool is_const_ref; member39 return StringPrintf(param_def.is_const_ref ? "const %s& %s" : "%s* %s", in GetParamString()