Home
last modified time | relevance | path

Searched defs:make_span (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h472 flatbuffers::span<ElementType, Extent> make_span(ElementType(&arr)[Extent]) FLATBUFFERS_NOEXCEPT { in make_span() function
478 flatbuffers::span<const ElementType, Extent> make_span(const ElementType(&arr)[Extent]) FLATBUFFERS… in make_span() function
484 flatbuffers::span<ElementType, Extent> make_span(std::array<ElementType, Extent> &arr) FLATBUFFERS_… in make_span() function
490 flatbuffers::span<const ElementType, Extent> make_span(const std::array<ElementType, Extent> &arr) … in make_span() function
496 flatbuffers::span<ElementType, dynamic_extent> make_span(ElementType *first, std::size_t count) FLA… in make_span() function
502 flatbuffers::span<const ElementType, dynamic_extent> make_span(const ElementType *first, std::size_… in make_span() function
Dvector.h299 FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span<U> make_span(Vector<U> &vec) in make_span() function
307 FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span<const U> make_span( in make_span() function
333 FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span<U> make_span(Vector<U> *ptr) in make_span() function
341 FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span<const U> make_span( in make_span() function
Darray.h183 FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span<U, N> make_span(Array<U, N> &arr) in make_span() function
192 FLATBUFFERS_CONSTEXPR_CPP11 flatbuffers::span<const U, N> make_span( in make_span() function
/external/rust/crates/tracing/tests/
Dspan.rs48 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function