Searched defs:subspan (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/tools/inspector_protocol/encoding/ | ||
| D | encoding.h | 38 span<T> subspan(index_type offset, index_type count) const { in subspan() function |
| /third_party/boost/boost/histogram/detail/ | ||
| D | span.hpp | 217 subspan() const { in subspan() function in boost::histogram::detail::span |
| /third_party/abseil-cpp/absl/types/ | ||
| D | span_test.cc | 609 auto subspan = before_.subspan(0, 1); in TEST_F() local |