Home
last modified time | relevance | path

Searched defs:pred_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/range/test/algorithm_test/
Dcount_if.cpp35 typedef equal_to_x<int> pred_t; in test_count_if_impl() typedef
/third_party/boost/boost/range/adaptor/
Dadjacent_filtered.hpp56 typedef Pred pred_t; typedef in boost::range_detail::skip_iterator
69 skip_iterator( const skip_iterator<OtherIter, pred_t, default_pass>& other ) in skip_iterator() argument
Dfiltered.hpp42 pred_t; typedef
/third_party/boost/libs/graph/example/
Dgirth.cpp62 typedef boost::u_property< vertex_descriptor > pred_t; typedef