Searched refs:rettype_str (Results 1 – 2 of 2) sorted by relevance
623 string rettype_str = type_printer.return_type(method); in print_method_header() local642 os << rettype_str << " "; in print_method_header()731 string rettype_str = param(arg, return_type); in generate_callback_type() local734 type_str += rettype_str; in generate_callback_type()
1599 string rettype_str = generator.get_return_type(method); in print_method_return() local1609 osprintf(os, ".as<%s>()", rettype_str.c_str()); in print_method_return()