Home
last modified time | relevance | path

Searched refs:R_xlen_t (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/math/R/R-4.1.2/src/main/
H A Dduplicate.h46 void xcopyIntegerWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
47 void xcopyLogicalWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
50 void xcopyStringWithRecycle(SEXP dst, SEXP src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
51 void xcopyVectorWithRecycle(SEXP dst, SEXP src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
53 …thRecycle(Rcomplex *dst, Rcomplex *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
54 …erMatrixWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
55 …alMatrixWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
56 …trixWithRecycle(Rbyte *dst, Rbyte *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
57 …ixWithRecycle(double *dst, double *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
58 …ngMatrixWithRecycle(SEXP dst, SEXP src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
[all …]
H A Daltrep.c389 R_xlen_t INTEGER_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, int *buf) in INTEGER_GET_REGION()
419 R_xlen_t REAL_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, double *buf) in REAL_GET_REGION()
444 R_xlen_t LOGICAL_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, int *buf) in LOGICAL_GET_REGION()
471 R_xlen_t RAW_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, Rbyte *buf) in RAW_GET_REGION()
487 R_xlen_t COMPLEX_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, Rcomplex *buf) in COMPLEX_GET_REGION()
709 static R_xlen_t
728 static R_xlen_t
747 static R_xlen_t
765 static R_xlen_t
766 altraw_Get_region_default(SEXP sx, R_xlen_t i, R_xlen_t n, Rbyte *buf) in altraw_Get_region_default()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Dduplicate.h46 void xcopyIntegerWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
47 void xcopyLogicalWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
50 void xcopyStringWithRecycle(SEXP dst, SEXP src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
51 void xcopyVectorWithRecycle(SEXP dst, SEXP src, R_xlen_t dstart, R_xlen_t n, R_xlen_t nsrc);
53 …thRecycle(Rcomplex *dst, Rcomplex *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
54 …erMatrixWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
55 …alMatrixWithRecycle(int *dst, int *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
56 …trixWithRecycle(Rbyte *dst, Rbyte *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
57 …ixWithRecycle(double *dst, double *src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
58 …ngMatrixWithRecycle(SEXP dst, SEXP src, R_xlen_t dstart, R_xlen_t drows, R_xlen_t srows, R_xlen_t
[all …]
H A Daltrep.c389 R_xlen_t INTEGER_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, int *buf) in INTEGER_GET_REGION()
419 R_xlen_t REAL_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, double *buf) in REAL_GET_REGION()
444 R_xlen_t LOGICAL_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, int *buf) in LOGICAL_GET_REGION()
471 R_xlen_t RAW_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, Rbyte *buf) in RAW_GET_REGION()
487 R_xlen_t COMPLEX_GET_REGION(SEXP sx, R_xlen_t i, R_xlen_t n, Rcomplex *buf) in COMPLEX_GET_REGION()
709 static R_xlen_t
728 static R_xlen_t
747 static R_xlen_t
765 static R_xlen_t
766 altraw_Get_region_default(SEXP sx, R_xlen_t i, R_xlen_t n, Rbyte *buf) in altraw_Get_region_default()
[all …]
/dports/math/R-cran-dplyr/dplyr/src/
H A Dgroup_by.cpp8 ExpanderResult(R_xlen_t start_, R_xlen_t end_, R_xlen_t index_) : in ExpanderResult()
14 R_xlen_t start;
15 R_xlen_t end;
16 R_xlen_t index;
51 ExpanderResult collect_leaf(R_xlen_t start, R_xlen_t end, R_xlen_t index) { in collect_leaf()
97 void fill_indices(int depth, R_xlen_t start, R_xlen_t end, R_xlen_t index) { in fill_indices()
108 R_xlen_t n = 0; in expanders_size()
161 R_xlen_t index;
162 R_xlen_t start;
163 R_xlen_t end;
[all …]
H A Dfilter.cpp6 void stop_filter_incompatible_size(R_xlen_t i, SEXP quos, R_xlen_t nres, R_xlen_t n) { in stop_filter_incompatible_size()
37 R_xlen_t nc = XLENGTH(data); in all_lgl_columns()
40 for (R_xlen_t i = 0; i < nc; i++) { in all_lgl_columns()
48 R_xlen_t nres = XLENGTH(x); in reduce_lgl_and()
75 R_xlen_t ncol = XLENGTH(res); in filter_check_type()
79 for (R_xlen_t j=0; j<ncol; j++) { in filter_check_type()
104 R_xlen_t nquos = XLENGTH(quos); in eval_filter_one()
105 for (R_xlen_t i = 0; i < nquos; i++) { in eval_filter_one()
132 R_xlen_t ncol = XLENGTH(res); in eval_filter_one()
149 R_xlen_t n = Rf_asInteger(s_n); in dplyr_mask_eval_all_filter()
[all …]
/dports/math/R-cran-matrixStats/matrixStats/src/
H A Dnaming.h8 void setNames(SEXP vec/* Answer vector*/, SEXP namesVec, R_xlen_t length, R_xlen_t *subscripts);
9 …names(SEXP mat/*Answer matrix*/, SEXP dimnames, R_xlen_t nrows, R_xlen_t *crows, R_xlen_t ncols, R…
10 … mat/*Answer matrix*/, SEXP dimnames, R_xlen_t nrows, R_xlen_t *crows, R_xlen_t ncols, R_xlen_t nc…
11 … mat/*Answer matrix*/, SEXP dimnames, R_xlen_t nrows, R_xlen_t nrow_ans, R_xlen_t *crows, R_xlen_t
H A Dnaming.c3 void setNames(SEXP vec/*Answer vector*/, SEXP namesVec, R_xlen_t length, R_xlen_t *subscripts) { in setNames()
13 R_xlen_t thisIdx; in setNames()
31 R_xlen_t *crows, R_xlen_t ncols, R_xlen_t *ccols, Rboolean reverseDimnames) { in setDimnames()
46 R_xlen_t thisIdx; in setDimnames()
68 R_xlen_t thisIdx; in setDimnames()
90 R_xlen_t *crows, R_xlen_t ncols, R_xlen_t ncol_ans, R_xlen_t *ccols) { in set_rowDiffs_Dimnames()
108 R_xlen_t thisIdx; in set_rowDiffs_Dimnames()
127 R_xlen_t j = 0; in set_rowDiffs_Dimnames()
155 R_xlen_t *crows, R_xlen_t ncols, R_xlen_t *ccols) { in set_colDiffs_Dimnames()
171 R_xlen_t j = 0; in set_colDiffs_Dimnames()
[all …]
H A DvalidateIndices.c11 R_xlen_t* validateIndices_lgl(int *idxs, R_xlen_t nidxs, R_xlen_t maxIdx, int allowOutOfBound, R_xl… in validateIndices_lgl()
12 R_xlen_t ii, jj, kk; in validateIndices_lgl()
13 R_xlen_t count1 = 0, count2 = 0; in validateIndices_lgl()
41 R_xlen_t *ans = (R_xlen_t *) R_alloc(*ansNidxs, sizeof(R_xlen_t)); in validateIndices_lgl()
49 R_xlen_t naCount = 0; in validateIndices_lgl()
74 R_xlen_t *ans = (R_xlen_t *) R_alloc(*ansNidxs, sizeof(R_xlen_t)); in validateIndices_lgl()
99 R_xlen_t *validateIndices(SEXP idxs, R_xlen_t maxIdx, int allowOutOfBound, R_xlen_t *ansNidxs) { in validateIndices()
105 R_xlen_t *validateIndicesCheckNA(SEXP idxs, R_xlen_t maxIdx, int allowOutOfBound, R_xlen_t *ansNidx… in validateIndicesCheckNA()
106 R_xlen_t nidxs = xlength(idxs); in validateIndicesCheckNA()
137 R_xlen_t ansNidxs; in validate()
[all …]
H A DrowDiffs_lowlevel_template.h45 … DIFF_X_MATRIX(X_C_TYPE *x, R_xlen_t nrow_x, R_xlen_t ncol_x, int byrow, R_xlen_t lag, X_C_TYPE *y… in DIFF_X_MATRIX()
46 R_xlen_t ii, jj, ss, tt, uu; in DIFF_X_MATRIX()
86 …x, R_xlen_t nrow, R_xlen_t *rows, R_xlen_t nrows, R_xlen_t *cols, R_xlen_t ncols, int byrow, R_xle… in DIFF_X_MATRIX_TYPE()
87 R_xlen_t ii, jj, ss; in DIFF_X_MATRIX_TYPE()
88 R_xlen_t idx, colBegin1, colBegin2; in DIFF_X_MATRIX_TYPE()
123 void CONCAT_MACROS(rowDiffs, X_C_SIGNATURE)(X_C_TYPE *x, R_xlen_t nrow, R_xlen_t ncol, in CONCAT_MACROS()
124 R_xlen_t *rows, R_xlen_t nrows, R_xlen_t *cols, R_xlen_t ncols, in CONCAT_MACROS()
125 …int byrow, R_xlen_t lag, R_xlen_t differences, X_C_TYPE *ans, R_xlen_t nrow_ans, R_xlen_t ncol_ans… in CONCAT_MACROS()
126 R_xlen_t nrow_tmp, ncol_tmp; in CONCAT_MACROS()
H A DrowLogSumExp_lowlevel_template.h14 extern double logSumExp_double(double *x, R_xlen_t *idxs, R_xlen_t nidxs, int narm, int hasna, R_xl…
17 void rowLogSumExps_double(double *x, R_xlen_t nrow, R_xlen_t ncol, in rowLogSumExps_double()
18 R_xlen_t *rows, R_xlen_t nrows, R_xlen_t *cols, R_xlen_t ncols, in rowLogSumExps_double()
19 int narm, int hasna, R_xlen_t byrow, double *ans) { in rowLogSumExps_double()
20 R_xlen_t ii, idx; in rowLogSumExps_double()
H A DrowOrderStats_lowlevel_template.h33 void CONCAT_MACROS(rowOrderStats, X_C_SIGNATURE)(X_C_TYPE *x, R_xlen_t nrow, R_xlen_t ncol, in CONCAT_MACROS()
34 R_xlen_t *rows, R_xlen_t nrows, R_xlen_t *cols, in CONCAT_MACROS()
35 R_xlen_t ncols, R_xlen_t qq, X_C_TYPE *ans) { in CONCAT_MACROS()
36 R_xlen_t ii, jj; in CONCAT_MACROS()
37 R_xlen_t *colOffset, rowIdx; in CONCAT_MACROS()
69 colOffset = (R_xlen_t *) R_alloc(ncols, sizeof(R_xlen_t)); in CONCAT_MACROS()
H A DvalidateIndices_lowlevel_template.h28 static R_INLINE R_xlen_t R_xlen_t_from_idx_TYPE(X_C_TYPE x, R_xlen_t maxIdx) { in R_xlen_t_from_idx_TYPE()
38 R_xlen_t* CONCAT_MACROS(validateIndices, X_C_SIGNATURE)(X_C_TYPE *idxs, R_xlen_t nidxs, R_xlen_t ma… in CONCAT_MACROS()
42 R_xlen_t ii, jj; in CONCAT_MACROS()
44 R_xlen_t count = 0; in CONCAT_MACROS()
87 RETURN_VALIDATED_ANS(R_xlen_t, nidxs, idxs[ii], R_xlen_t_from_idx_TYPE(idxs[ii],maxIdx),); in CONCAT_MACROS()
93 RETURN_VALIDATED_ANS(R_xlen_t, nidxs, idxs[ii], R_xlen_t_from_idx_TYPE(idxs[ii],maxIdx),); in CONCAT_MACROS()
102 R_xlen_t idx = -idxs[ii]; in CONCAT_MACROS()
118 R_xlen_t upperBound; in CONCAT_MACROS()
126 RETURN_VALIDATED_ANS(R_xlen_t, upperBound, !filter[ii], ii, Free(filter);); in CONCAT_MACROS()
/dports/math/R/R-4.1.2/src/include/R_ext/
H A DPrtUtil.h55 void formatLogical(const int *, R_xlen_t, int *);
56 void formatInteger(const int *, R_xlen_t, int *);
59 void formatLogicalS(SEXP, R_xlen_t, int *);
60 void formatIntegerS(SEXP, R_xlen_t, int *);
75 int IndexWidth(R_xlen_t);
76 void VectorIndex(R_xlen_t, int);
79 void printIntegerVector(const int *, R_xlen_t, int);
80 void printRealVector (const double *, R_xlen_t, int);
82 void printIntegerVectorS(SEXP, R_xlen_t, int);
83 void printRealVectorS (SEXP, R_xlen_t, int);
[all …]
H A DAltrep.h64 typedef R_xlen_t (*R_altrep_Length_method_t)(SEXP);
71 typedef R_xlen_t
72 (*R_altinteger_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, int *);
80 typedef R_xlen_t
81 (*R_altreal_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, double *);
89 typedef R_xlen_t
90 (*R_altlogical_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, int *);
96 typedef R_xlen_t
97 (*R_altraw_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, Rbyte *);
100 typedef R_xlen_t
[all …]
/dports/math/libRmath/R-4.1.1/src/include/R_ext/
H A DPrtUtil.h55 void formatLogical(const int *, R_xlen_t, int *);
56 void formatInteger(const int *, R_xlen_t, int *);
59 void formatLogicalS(SEXP, R_xlen_t, int *);
60 void formatIntegerS(SEXP, R_xlen_t, int *);
75 int IndexWidth(R_xlen_t);
76 void VectorIndex(R_xlen_t, int);
79 void printIntegerVector(const int *, R_xlen_t, int);
80 void printRealVector (const double *, R_xlen_t, int);
82 void printIntegerVectorS(SEXP, R_xlen_t, int);
83 void printRealVectorS (SEXP, R_xlen_t, int);
[all …]
H A DAltrep.h64 typedef R_xlen_t (*R_altrep_Length_method_t)(SEXP);
71 typedef R_xlen_t
72 (*R_altinteger_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, int *);
80 typedef R_xlen_t
81 (*R_altreal_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, double *);
89 typedef R_xlen_t
90 (*R_altlogical_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, int *);
96 typedef R_xlen_t
97 (*R_altraw_Get_region_method_t)(SEXP, R_xlen_t, R_xlen_t, Rbyte *);
100 typedef R_xlen_t
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/r/src/
H A Darray_to_vector.cpp60 R_xlen_t start, R_xlen_t n,
180 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
215 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
252 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
285 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
424 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
472 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
515 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
612 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
759 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/r/src/
H A Darray_to_vector.cpp67 R_xlen_t k = 0; in IngestSerial()
82 R_xlen_t k = 0; in IngestParallel()
99 Status AllNull_Ingest(SEXP data, R_xlen_t start, R_xlen_t n) { in AllNull_Ingest()
109 Status SomeNull_Ingest(SEXP data, R_xlen_t start, R_xlen_t n, in SomeNull_Ingest()
153 R_xlen_t start, R_xlen_t n) const { in Ingest_some_nulls()
183 R_xlen_t start, R_xlen_t n) const { in Ingest_some_nulls()
246 R_xlen_t start, R_xlen_t n) const { in Ingest_some_nulls()
318 R_xlen_t start, R_xlen_t n) const { in Ingest_some_nulls()
398 R_xlen_t start, R_xlen_t n) const { in Ingest_some_nulls()
432 R_xlen_t start, R_xlen_t n) const { in Ingest_some_nulls()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/src/
H A Darray_to_vector.cpp58 R_xlen_t start, R_xlen_t n,
159 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
193 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
229 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
261 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
399 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
446 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
488 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
578 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
711 Status Ingest_all_nulls(SEXP data, R_xlen_t start, R_xlen_t n) const { in Ingest_all_nulls()
[all …]
/dports/graphics/R-cran-s2/s2/src/
H A Ds2-matrix.cpp269 bool actuallyIntersects(S2ShapeIndex* index1, S2ShapeIndex* index2, R_xlen_t i, R_xlen_t j) { in cpp_s2_may_intersect_matrix()
429 R_xlen_t i, R_xlen_t j) = 0;
439 R_xlen_t i, R_xlen_t j) { in cpp_s2_dwithin_matrix()
490 R_xlen_t i, R_xlen_t j) = 0;
498 R_xlen_t i, R_xlen_t j) { in cpp_s2_distance_matrix()
523 R_xlen_t i, R_xlen_t j) { in cpp_s2_max_distance_matrix()
555 R_xlen_t i, R_xlen_t j) { in cpp_s2_contains_matrix_brute_force()
580 R_xlen_t i, R_xlen_t j) { in cpp_s2_within_matrix_brute_force()
607 R_xlen_t i, R_xlen_t j) { in cpp_s2_intersects_matrix_brute_force()
626 R_xlen_t i, R_xlen_t j) { in cpp_s2_disjoint_matrix_brute_force()
[all …]
/dports/devel/R-cran-tibble/tibble/src/
H A DmatrixToDataFrame.c48 static void get_dim(SEXP x, R_xlen_t *nrowptr, R_xlen_t *ncolptr) in get_dim()
58 R_xlen_t nrow = 0, ncol = 0; in get_dim()
61 nrow = (R_xlen_t)INTEGER(dim)[0]; in get_dim()
66 nrow = (R_xlen_t)REAL(dim)[0]; in get_dim()
67 ncol = (R_xlen_t)REAL(dim)[1]; in get_dim()
156 static void copy_columns_atomic(SEXP out, SEXP x, R_xlen_t nrow, R_xlen_t ncol) in copy_columns_atomic()
172 static void copy_columns_str(SEXP out, SEXP x, R_xlen_t nrow, R_xlen_t ncol) in copy_columns_str()
174 R_xlen_t src = 0; in copy_columns_str()
186 static void copy_columns_vec(SEXP out, SEXP x, R_xlen_t nrow, R_xlen_t ncol) in copy_columns_vec()
188 R_xlen_t src = 0; in copy_columns_vec()
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/functions/
H A Drep.h34 Rep( const VEC_TYPE& object_, R_xlen_t times_ ) : in Rep()
37 inline STORAGE operator[]( R_xlen_t i ) const {
40 inline R_xlen_t size() const { return times * n ; } in size()
44 R_xlen_t times, n ;
54 Rep_Single( const T& x_, R_xlen_t n_) : x(x_), n(n_){} in Rep_Single()
56 inline T operator[]( R_xlen_t ) const {
59 inline R_xlen_t size() const { return n ; } in size()
63 R_xlen_t n;
76 inline sugar::Rep_Single<int> rep( const int& x, R_xlen_t n ){ in rep()
79 inline sugar::Rep_Single<Rbyte> rep( const Rbyte& x, R_xlen_t n ){ in rep()
[all …]
/dports/misc/R-cran-xfun/xfun/src/
H A Dbase64.c23 const R_xlen_t input_len, in base64_encode_impl()
25 const R_xlen_t output_len in base64_encode_impl()
27 R_xlen_t input_len_left = input_len; in base64_encode_impl()
28 R_xlen_t i1 = 0; in base64_encode_impl()
29 R_xlen_t i2 = 0; in base64_encode_impl()
73 R_xlen_t input_len, in base64_decode_impl()
75 R_xlen_t* poutput_len in base64_decode_impl()
77 R_xlen_t output_len = *poutput_len; in base64_decode_impl()
82 R_xlen_t i = 0, j = 0, k = 0; in base64_decode_impl()
137 R_xlen_t input_len; in base64_enc()
[all …]
/dports/devel/R-cran-cpp11/cpp11/inst/include/cpp11/
H A Dr_vector.hpp112 R_xlen_t size() const;
175 R_xlen_t pos_;
178 R_xlen_t length_ = 0;
197 R_xlen_t length_ = 0;
224 R_xlen_t capacity_ = 0;
230 const R_xlen_t index_;
468 R_xlen_t i) { in operator +=()
478 R_xlen_t i) { in operator -=()
506 R_xlen_t rhs) { in operator +()
875 R_xlen_t i = pos; in erase()
[all …]

12345678910>>...23