Home
last modified time | relevance | path

Searched refs:s3_paste_method_sym (Results 1 – 2 of 2) sorted by relevance

/dports/devel/R-cran-vctrs/vctrs/src/
H A Dutils.c430 SEXP s3_paste_method_sym(const char* generic, const char* class) { in s3_paste_method_sym() function
450 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()
H A Dutils.h140 SEXP s3_paste_method_sym(const char* generic, const char* cls);