Searched defs:AsSpan (Results 1 – 5 of 5) sorted by relevance
68 constexpr span<const uint8_t, 6> AsSpan() const { in AsSpan() function
90 Span<const uint8_t> AsSpan() const { return *this; } in AsSpan() function
221 static SkSpan<const T> AsSpan(C&& container) { in AsSpan() function
29 span<const std::byte> AsSpan(const T& t) { in AsSpan() function
126 TEST(HeapArray, AsSpan) { in TEST() argument