Home | History | Annotate | Download | only in cc

Lines Matching defs:return_type

152   Type return_type = Type::Class(op_class.name(), op_class.package());
156 return_type.add_parameter(default_types.at(parameter.name()));
158 return_type.add_parameter(parameter);
161 Method factory = Method::Create("create", return_type);
344 Type return_type =
347 Method as_output = Method::Create("asOutput", return_type)
355 writer->Append("return (").AppendType(return_type).Append(") ");
368 Type return_type =
371 Method::Create("iterator", return_type)
377 .Append("return (" + return_type.name() + ") ")