Lines Matching defs:result
984 string result(one + ' ' + two + ' ' + three); in template_expression() local
989 string result(one + ' ' + two + ' ' + three, 4); in template_expression() local
994 string result(one + ' ' + two + ' ' + three, 4, 3); in template_expression() local
1018 string result; in template_expression() local
1028 string result; in template_expression() local
1048 string result; in template_expression() local
1065 char result = (one + ' ' + two)[3]; in template_expression() local
1168 wstring result(one + L' ' + two + L' ' + three); in template_wexpression() local
1173 wstring result(one + L' ' + two + L' ' + three, 4); in template_wexpression() local
1178 wstring result(one + L' ' + two + L' ' + three, 4, 3); in template_wexpression() local
1202 wstring result; in template_wexpression() local
1212 wstring result; in template_wexpression() local
1232 wstring result; in template_wexpression() local
1249 wchar_t result = (one + L' ' + two)[3]; in template_wexpression() local