/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | stl_emulation.h | 472 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
|
H A D | vector.h | 299 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
|
H A D | array.h | 183 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
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | stl_emulation.h | 472 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
|
H A D | vector.h | 299 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
|
H A D | array.h | 183 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
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | span.h | 86 span<T> make_span(T *begin, size_t count) { in make_span() function 90 span<T> make_span(T *begin, T *end) { in make_span() function
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | span.h | 86 span<T> make_span(T *begin, size_t count) { in make_span() function 90 span<T> make_span(T *begin, T *end) { in make_span() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/ |
D | span.rs | 53 fn make_span() -> Span { in handles_to_different_spans_with_the_same_metadata_are_not_equal() function
|