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

  /src/external/mit/isl/dist/interface/
cpp.cc 620 void cpp_generator::class_printer::print_method_header( function in class:cpp_generator::class_printer
python.cc 96 void python_generator::print_method_header(bool is_static, const string &name, function in class:python_generator
451 print_method_header(false, get_name, num_params);
537 print_method_header(is_static(clazz, method), cname,
714 print_method_header(is_static(clazz, fd), name, num_params - 1);
template_cpp.cc 1348 void print_method_header(const Method &method, const Signature &sig);
1573 void template_cpp_generator::class_printer::print_method_header( function in class:template_cpp_generator::class_printer
1579 cpp_generator::class_printer::print_method_header(method,
1626 print_method_header(method, sig);
1886 print_method_header(method, sig);

Completed in 42 milliseconds