Searched defs:subspan (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | span.h | 35 constexpr span<T> subspan(index_type offset, index_type count) const { in subspan() function 39 constexpr span<T> subspan(index_type offset) const { in subspan() function
|
/third_party/rust/crates/proc-macro2/build/ |
D | probe.rs | 16 pub fn subspan<R: RangeBounds<usize>>(this: &Literal, range: R) -> Option<Span> { in subspan() function
|
/third_party/skia/include/core/ |
D | SkSpan.h | 63 constexpr SkSpan<T> subspan(size_t offset, size_t count) const { in subspan() function
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.h | 38 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/skia/src/core/ |
D | SkZip.h | 95 constexpr SkZip subspan(size_t offset, size_t count) const { in subspan() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | span_unittest.cpp | 177 constexpr Span subspan = sp.subspan(kSplitOffset, kSplitSize); in TEST() local
|
D | Common.h | 200 constexpr TSpan subspan(size_type offset, size_type count) const in subspan() function
|
/third_party/rust/crates/proc-macro2/tests/ |
D | test.rs | 308 let subspan = positive.subspan(1..2); in literal_span() localVariable
|
/third_party/rust/crates/proc-macro2/src/ |
D | wrapper.rs | 876 pub fn subspan<R: RangeBounds<usize>>(&self, range: R) -> Option<Span> { in subspan() method
|
D | lib.rs | 1243 pub fn subspan<R: RangeBounds<usize>>(&self, range: R) -> Option<Span> { in subspan() method
|
D | fallback.rs | 1054 pub fn subspan<R: RangeBounds<usize>>(&self, range: R) -> Option<Span> { in subspan() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | span_test.cc | 622 auto subspan = before_.subspan(0, 1); in TEST_F() local
|