Home
last modified time | relevance | path

Searched refs:r_attrib_get (Results 1 – 8 of 8) sorted by relevance

/dports/devel/R-cran-rlang/rlang/src/lib/
H A Dattrs.h21 sexp* r_attrib_get(sexp* x, sexp* tag) { in r_attrib_get() function
62 return r_attrib_get(x, r_syms_class); in r_class()
67 return r_attrib_get(x, r_syms_names); in r_names()
H A Dformula.c27 return r_attrib_get(f, r_sym(".Environment")); in r_f_env()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dutils-rlang.h117 sexp* r_attrib_get(sexp* x, sexp* tag) { in r_attrib_get() function
133 return r_attrib_get(x, r_syms_names); in r_names()
137 return r_attrib_get(x, r_syms_class); in r_class()
H A Dtype-data-frame.h16 return r_attrib_get(x, R_RowNamesSymbol); in df_rownames()
H A Drep.c302 r_ssize out_size = (r_ssize) r_int_get(r_attrib_get(id, syms_n), 0); in vec_unrep()
H A Druns.c26 int n = r_int_get(r_attrib_get(id, syms_n), 0); in vec_locate_runs()
H A Dnames.c121 SEXP dimnames = PROTECT(r_attrib_get(x, R_DimNamesSymbol)); in vec_names_impl()
/dports/devel/R-cran-rlang/rlang/src/internal/
H A Dquo.c37 return r_attrib_get(quo, r_syms_dot_environment); in rlang_quo_get_env()