Home
last modified time | relevance | path

Searched refs:const_range (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/intrusive/test/
Dgeneric_multiset_test.hpp259 std::pair<const_iterator, const_iterator> const_range; in test_find() local
276const_range = const_testset.bounded_range (key_of_value()(cmp_val_lower), key_of_value()(cmp_val_u… in test_find()
277 BOOST_TEST (const_range == const_testset.bounded_range (1, 2, any_less(), true, false)); in test_find()
278 BOOST_TEST (const_range.first->value_ == 1); in test_find()
279 BOOST_TEST (const_range.second->value_ == 2); in test_find()
280 BOOST_TEST (boost::intrusive::iterator_distance (const_range.first, const_range.second) == 1); in test_find()
293const_range = const_testset.bounded_range (key_of_value()(cmp_val_lower), key_of_value()(cmp_val_u… in test_find()
294 BOOST_TEST (const_range == const_testset.bounded_range (1, 2, any_less(), false, true)); in test_find()
295 BOOST_TEST (const_range.first->value_ == 2); in test_find()
296 BOOST_TEST (const_range.second->value_ == 3); in test_find()
[all …]
Dgeneric_set_test.hpp341 std::pair<const_iterator, const_iterator> const_range; in test_find() local
359const_range = const_testset.bounded_range (key_of_value()(cmp_val_lower), key_of_value()(cmp_val_u… in test_find()
360 BOOST_TEST (const_range == const_testset.bounded_range (1, 2, any_less(), true, false)); in test_find()
361 BOOST_TEST (const_range.first->value_ == 1); in test_find()
362 BOOST_TEST (const_range.second->value_ == 2); in test_find()
363 BOOST_TEST (boost::intrusive::iterator_distance (const_range.first, const_range.second) == 1); in test_find()
376const_range = const_testset.bounded_range (key_of_value()(cmp_val_lower), key_of_value()(cmp_val_u… in test_find()
377 BOOST_TEST (const_range == const_testset.bounded_range (1, 2, any_less(), false, true)); in test_find()
378 BOOST_TEST (const_range.first->value_ == 2); in test_find()
379 BOOST_TEST (const_range.second->value_ == 3); in test_find()
[all …]
/third_party/boost/libs/bimap/example/
Dunconstrained_collection.cpp67 typedef std::pair<const_iterator,const_iterator> const_range; in main() typedef
71 const_range r = m.range( "one" <= _key, _key <= "two" ); in main()
/third_party/boost/boost/range/
Dconcepts.hpp299 void const_constraints(const Rng& const_range) in const_constraints()
301 const_iterator ci1 = boost::begin(const_range); in const_constraints()
302 const_iterator ci2 = boost::end(const_range); in const_constraints()
/third_party/boost/libs/numeric/odeint/test/
Dconst_range.hpp35 struct const_range struct
Dsymplectic_steppers.cpp115 const_range< num_steppers , mpl::_2 >
/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp358 typedef boost::iterator_range<const_iterator> const_range; typedef in boost::spirit::utree
460 utree(const_range, shallow_tag);
/third_party/boost/libs/spirit/test/karma/
Dutree2.cpp62 rule<output_iterator, utree::const_range()> r1list; in main()
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc918 const_range = const_map_.equal_range(key); in TEST_F() local
919 EXPECT_TRUE(const_map_.find(key) == const_range.first); in TEST_F()
920 EXPECT_TRUE(++const_map_.find(key) == const_range.second); in TEST_F()
922 const_range = const_map_.equal_range(key_missing); in TEST_F()
923 EXPECT_TRUE(const_map_.end() == const_range.first); in TEST_F()
924 EXPECT_TRUE(const_map_.end() == const_range.second); in TEST_F()
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp819 inline utree::utree(const_range r, shallow_tag) in utree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp252 using const_range = iterator_range<const_iterator>; typedef in llvm::sroa::AllocaSlices
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst676 - st/nine: Propagate const_range to context