HomeSort by: relevance | last modified time | path
    Searched defs:rettype_str (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/isl/dist/interface/
cpp.cc 623 string rettype_str = type_printer.return_type(method); local
642 os << rettype_str << " "; local
731 string rettype_str = param(arg, return_type); local
734 type_str += rettype_str;
cpp.cc 623 string rettype_str = type_printer.return_type(method); local
642 os << rettype_str << " "; local
731 string rettype_str = param(arg, return_type); local
734 type_str += rettype_str;
plain_cpp.cc 1599 string rettype_str = generator.get_return_type(method); local
1609 osprintf(os, ".as<%s>()", rettype_str.c_str());
plain_cpp.cc 1599 string rettype_str = generator.get_return_type(method); local
1609 osprintf(os, ".as<%s>()", rettype_str.c_str());

Completed in 45 milliseconds