Home
last modified time | relevance | path

Searched refs:flatten_int (Results 1 – 12 of 12) sorted by relevance

/dports/devel/R-cran-purrr/purrr/man/
H A Dflatten.Rd6 \alias{flatten_int}
19 flatten_int(.x)
45 vector, \code{flatten_int()} an integer vector, \code{flatten_dbl()} a
61 x \%>\% flatten_int()
64 x \%>\% map(1L) \%>\% flatten_int()
/dports/devel/R-cran-rlang/rlang/man/
H A Dflatten.Rd6 \alias{flatten_int}
26 flatten_int(x)
65 vector, \code{flatten_int()} an integer vector, \code{flatten_dbl()} a
91 flatten_int(x)
/dports/devel/R-cran-purrr/purrr/R/
H A Dflatten.R41 flatten_int <- function(.x) { function
/dports/devel/R-cran-rlang/rlang/R/
H A Dvec-squash.R77 flatten_int <- function(x) { function
H A Dtrace.R296 parents <- flatten_int(map(traces, `[[`, "parents"))
297 indices <- flatten_int(map(traces, `[[`, "indices"))
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dqpack.c1022 static void flatten_int(h2o_byte_vector_t *buf, int64_t value, unsigned prefix_bits) in flatten_int() function
1035 flatten_int(buf, len, prefix_bits); in flatten_string()
1059 flatten_int(buf, index, 6); in emit_insert_with_nameref()
1076 flatten_int(&ctx->headers_buf, index, 6); in flatten_static_indexed()
1089 flatten_int(&ctx->headers_buf, ctx->base_index - index, 6); in flatten_dynamic_indexed()
1093 flatten_int(&ctx->headers_buf, index - ctx->base_index - 1, 4); in flatten_dynamic_indexed()
1101 flatten_int(&ctx->headers_buf, index, 4); in flatten_static_nameref()
1113 flatten_int(&ctx->headers_buf, ctx->base_index - index, 4); in flatten_dynamic_nameref()
1116 flatten_int(&ctx->headers_buf, index - ctx->base_index - 1, 3); in flatten_dynamic_nameref()
/dports/graphics/R-cran-DiagrammeR/DiagrammeR/R/
H A Dimport_graph.R179 purrr::flatten_int()),
184 purrr::flatten_int())) %>%
/dports/devel/R-cran-purrr/purrr/tests/testthat/
H A Dtest-flatten.R64 expect_equal(flatten_int(list(1L)), 1L)
/dports/devel/R-cran-rlang/rlang/tests/testthat/
H A Dtest-vec-squash.R98 expect_identical(flatten_int(x), int(TRUE, FALSE))
/dports/devel/R-cran-purrr/purrr/
H A DNAMESPACE72 export(flatten_int)
H A DNEWS.md664 vector, use `flatten_lgl()`, `flatten_int()`, `flatten_dbl()`,
/dports/devel/R-cran-rlang/rlang/
H A DNAMESPACE241 export(flatten_int)