Searched refs:s3_paste_method_sym (Results 1 – 2 of 2) sorted by relevance
430 SEXP s3_paste_method_sym(const char* generic, const char* class) { in s3_paste_method_sym() function450 SEXP sym = s3_paste_method_sym(generic, class); in s3_get_method()543 method_sym = s3_paste_method_sym(generic, CHAR(x_class)); in s3_find_method_xy()544 method_sym = s3_paste_method_sym(CHAR(PRINTNAME(method_sym)), CHAR(y_class)); in s3_find_method_xy()565 SEXP method_sym = s3_paste_method_sym(generic, CHAR(class)); in s3_find_method2()
140 SEXP s3_paste_method_sym(const char* generic, const char* cls);