Home
last modified time | relevance | path

Searched defs:subrange (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/stl_interfaces/test/
Dview_tests.hpp16 struct subrange struct
21 constexpr subrange(Iterator it, Sentinel s) : first_(it), last_(s) {} in subrange() argument
37 return subrange<Iterator, Sentinel, Contiguity>(i, s); in range() argument
/third_party/boost/libs/stl_interfaces/example/
Ddrop_while_view.cpp19 struct subrange struct
23 constexpr subrange(Iterator it, Sentinel s) : first_(it), last_(s) {} in subrange() function
34 // it. Here, we're keeping it simple; all() always returns a subrange. argument
/third_party/boost/boost/beast/core/impl/
Dbuffers_adaptor.hpp38 class buffers_adaptor<MutableBufferSequence>::subrange class in boost::beast::buffers_adaptor
57 subrange( in subrange() function in boost::beast::buffers_adaptor::subrange
85 subrange(subrange<true> const &other) in subrange() function in boost::beast::buffers_adaptor::subrange
454 subrange( in subrange() function in boost::beast::buffers_adaptor::subrange
Dmulti_buffer.hpp102 class basic_multi_buffer<Allocator>::subrange class in boost::beast::basic_multi_buffer
112 subrange( in subrange() function in boost::beast::basic_multi_buffer::subrange
264 subrange(subrange const& other) in subrange() function in boost::beast::basic_multi_buffer::subrange
290 subrange( in subrange() function in boost::beast::basic_multi_buffer::subrange
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbuffers_adaptor.hpp38 class buffers_adaptor<MutableBufferSequence>::subrange class in boost::beast::buffers_adaptor
57 subrange( in subrange() function in boost::beast::buffers_adaptor::subrange
85 subrange(subrange<true> const &other) in subrange() function in boost::beast::buffers_adaptor::subrange
454 subrange( in subrange() function in boost::beast::buffers_adaptor::subrange
Dmulti_buffer.hpp102 class basic_multi_buffer<Allocator>::subrange class in boost::beast::basic_multi_buffer
112 subrange( in subrange() function in boost::beast::basic_multi_buffer::subrange
264 subrange(subrange const& other) in subrange() function in boost::beast::basic_multi_buffer::subrange
290 subrange( in subrange() function in boost::beast::basic_multi_buffer::subrange
/third_party/gn/src/gn/
Dsubstitution_writer.cc225 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToSourceAsString() local
407 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToTargetAsOutputFile() local
480 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToCompilerAsOutputFile() local
523 for (const auto& subrange : pattern.ranges()) { in ApplyPatternToLinkerAsOutputFile() local
Dbundle_file_rule.cc53 for (const auto& subrange : pattern_.ranges()) { in ApplyPatternToSource() local
/third_party/boost/tools/auto_index/src/
Dindex_generator.cpp249 …std::pair<index_entry_set::const_iterator, index_entry_set::const_iterator> subrange(entries.begin… in generate_entry() local
/third_party/boost/boost/numeric/ublas/
Dvector_proxy.hpp515 vector_range<V> subrange (V &data, typename V::size_type start, typename V::size_type stop) { in subrange() function
527 …vector_range<const V> subrange (const V &data, typename V::size_type start, typename V::size_type … in subrange() function
Dmatrix_proxy.hpp3346 …matrix_range<M> subrange (M &data, typename M::size_type start1, typename M::size_type stop1, type… in subrange() function
3352 …matrix_range<const M> subrange (const M &data, typename M::size_type start1, typename M::size_type… in subrange() function
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc724 auto subrange = absl::MakeSpan(actual.data(), 3); in TEST() local
/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc724 auto subrange = absl::MakeSpan(actual.data(), 3); in TEST() local