Home
last modified time | relevance | path

Searched defs:subspan (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/include/core/
DSkSpan.h63 constexpr SkSpan<T> subspan(size_t offset, size_t count) const { in subspan() function
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.h38 span<T> subspan(index_type offset, index_type count) const { in subspan() function
42 span<T> subspan(index_type offset) const { in subspan() function
/third_party/boost/boost/histogram/detail/
Dspan.hpp217 subspan() const { in subspan() function in boost::histogram::detail::span
228 constexpr span<element_type, dynamic_extent> subspan( in subspan() function in boost::histogram::detail::span
/third_party/skia/src/core/
DSkZip.h95 constexpr SkZip subspan(size_t offset, size_t count) const { in subspan() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dspan_unittest.cpp177 constexpr Span subspan = sp.subspan(kSplitOffset, kSplitSize); in TEST() local
DCommon.h200 constexpr TSpan subspan(size_type offset, size_type count) const in subspan() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dspan_test.cc622 auto subspan = before_.subspan(0, 1); in TEST_F() local
/third_party/abseil-cpp/absl/types/
Dspan_test.cc622 auto subspan = before_.subspan(0, 1); in TEST_F() local