/third_party/boost/libs/stl_interfaces/test/ |
D | view_tests.hpp | 16 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/ |
D | drop_while_view.cpp | 19 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/ |
D | buffers_adaptor.hpp | 38 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
|
D | multi_buffer.hpp | 102 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/ |
D | buffers_adaptor.hpp | 38 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
|
D | multi_buffer.hpp | 102 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/ |
D | substitution_writer.cc | 225 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
|
D | bundle_file_rule.cc | 53 for (const auto& subrange : pattern_.ranges()) { in ApplyPatternToSource() local
|
/third_party/boost/tools/auto_index/src/ |
D | index_generator.cpp | 249 …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/ |
D | vector_proxy.hpp | 515 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
|
D | matrix_proxy.hpp | 3346 …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/ |
D | container_test.cc | 724 auto subrange = absl::MakeSpan(actual.data(), 3); in TEST() local
|
/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 724 auto subrange = absl::MakeSpan(actual.data(), 3); in TEST() local
|