Home
last modified time | relevance | path

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

/prebuilts/android-emulator/linux-x86_64/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