Home
last modified time | relevance | path

Searched defs:make_span (Results 1 – 25 of 62) sorted by path

123

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tracing-0.1.29/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tracing-0.1.29/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tracing-0.1.17/tests/
H A Dspan.rs48 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/pin-project-internal-0.4.8/src/pin_project/
H A Dderive.rs487 let make_span = || { in make_unpin_impl() localVariable
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/gsl/
H A Dgsl-lite.hpp2077 make_span( T * ptr, typename span<T>::index_type count ) in make_span() function
2084 make_span( T * first, T * last ) in make_span() function
2091 make_span( T (&arr)[N] ) in make_span() function
2100 make_span( std::array<T,N> & arr ) in make_span() function
2107 make_span( std::array<T,N> const & arr ) in make_span() function
2117 make_span( Container & cont ) -> span< typename Container::value_type > in make_span() function
2133 make_span( std::vector<T> & cont ) in make_span() function
2140 make_span( std::vector<T> const & cont ) in make_span() function
2150 make_span( with_container_t, Container & cont ) gsl_noexcept in make_span() function
2157 make_span( with_container_t, Container const & cont ) gsl_noexcept in make_span() function
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/gsl/
H A Dgsl-lite.hpp2077 make_span( T * ptr, typename span<T>::index_type count ) in make_span() function
2084 make_span( T * first, T * last ) in make_span() function
2091 make_span( T (&arr)[N] ) in make_span() function
2100 make_span( std::array<T,N> & arr ) in make_span() function
2107 make_span( std::array<T,N> const & arr ) in make_span() function
2117 make_span( Container & cont ) -> span< typename Container::value_type > in make_span() function
2133 make_span( std::vector<T> & cont ) in make_span() function
2140 make_span( std::vector<T> const & cont ) in make_span() function
2150 make_span( with_container_t, Container & cont ) gsl_noexcept in make_span() function
2157 make_span( with_container_t, Container const & cont ) gsl_noexcept in make_span() function
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/detail/
H A Dspan.hpp239 auto make_span(T* begin, T* end) { in make_span() function
244 auto make_span(T* begin, std::size_t size) { in make_span() function
250 auto make_span(const Container& cont) { in make_span() function
255 auto make_span(T (&arr)[N]) { in make_span() function
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/detail/
H A Dspan.hpp239 auto make_span(T* begin, T* end) { in make_span() function
244 auto make_span(T* begin, std::size_t size) { in make_span() function
250 auto make_span(const Container& cont) { in make_span() function
255 auto make_span(T (&arr)[N]) { in make_span() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/detail/
H A Dspan.hpp239 auto make_span(T* begin, T* end) { in make_span() function
244 auto make_span(T* begin, std::size_t size) { in make_span() function
250 auto make_span(const Container& cont) { in make_span() function
255 auto make_span(T (&arr)[N]) { in make_span() function
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dspan.hpp212 auto make_span(T& xs) -> span<detail::remove_reference_t<decltype(xs[0])>> { in make_span() function
219 span<T> make_span(T (&xs)[N]) { in make_span() function
226 span<T> make_span(T* first, size_t size) { in make_span() function
233 span<T> make_span(T* first, T* last) { in make_span() function
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dspan.cpp90 CAF_TEST(make_span) { in CAF_TEST() argument
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/detail/
H A Dspan.hpp253 auto make_span(T* begin, T* end) { in make_span() function
258 auto make_span(T* begin, std::size_t size) { in make_span() function
264 auto make_span(const Container& cont) { in make_span() function
269 auto make_span(T (&arr)[N]) { in make_span() function
/dports/devel/libtickit/libtickit-0.4.2a/src/
H A Drenderbuffer.c193 static RBCell *make_span(TickitRenderBuffer *rb, int line, int col, int cols) in make_span() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tracing-0.1.29/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tracing-0.1.26/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/span/
H A Dspan.hpp547 make_span(span<ElementType, Extent> s) noexcept in make_span() function
553 constexpr span<T, N> make_span(T (&arr)[N]) noexcept in make_span() function
559 TCB_SPAN_ARRAY_CONSTEXPR span<T, N> make_span(std::array<T, N>& arr) noexcept in make_span() function
566 make_span(const std::array<T, N>& arr) noexcept in make_span() function
572 constexpr span<typename Container::value_type> make_span(Container& cont) in make_span() function
579 make_span(const Container& cont) in make_span() function
/dports/devel/racer/racer-2.1.48/cargo-crates/tracing-0.1.19/tests/
H A Dspan.rs48 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/view/
H A Dspan.hpp391 constexpr span<ElementType> make_span(ElementType * ptr, in make_span() function
397 constexpr span<ElementType> make_span(ElementType * first, in make_span() function
406 constexpr span<detail::element_t<Rng>> make_span(Rng && rng) noexcept( in make_span() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tracing-0.1.29/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tracing-0.1.22/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxspan_impl.hpp571 make_span(span<ElementType, Extent> s) noexcept in make_span() function
579 constexpr span<T, AS_SIGNED(N)> make_span(T (&arr)[N]) noexcept in make_span() function
585 TCB_SPAN_ARRAY_CONSTEXPR span<T, AS_SIGNED(N)> make_span(std::array<T, N>& arr) noexcept in make_span() function
592 make_span(const std::array<T, N>& arr) noexcept in make_span() function
600 constexpr span<typename Container::value_type> make_span(Container& cont) in make_span() function
607 make_span(const Container& cont) in make_span() function
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tracing-0.1.26/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tracing-0.1.29/tests/
H A Dspan.rs51 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tracing-0.1.18/tests/
H A Dspan.rs48 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Dtext.rs634 fn make_span( in make_span() method

123