Searched refs:any_if (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/spirit/home/support/algorithm/ |
D | any_if.hpp | 170 any_if (First1 const&, First2 const&, Last1 const&, Last2 const& in any_if() function 180 any_if (First1 const& first1, First2 const& first2, Last1 const& last1 in any_if() function 187 detail::any_if<Pred>( in any_if() 199 any_if(Sequence1 const& seq1, Sequence2& seq2, F f, Pred) in any_if() function 201 return detail::any_if<Pred>( in any_if() 212 any_if(Sequence const& seq, unused_type const, F f, Pred) in any_if() function
|
/third_party/boost/boost/detail/ |
D | algorithm.hpp | 59 bool any_if(InputIterator first, InputIterator last, Predicate p) in any_if() function 65 bool any_if(const Container& c, Predicate p) in any_if() function 67 return any_if(boost::begin(c), boost::end(c), p); in any_if()
|
/third_party/boost/boost/spirit/home/qi/operator/ |
D | sequence_base.hpp | 87 if (spirit::any_if(elements, attr_local in parse_impl()
|
/third_party/boost/boost/spirit/home/karma/operator/ |
D | sequence.hpp | 154 bool r = spirit::any_if(elements, attr in generate_impl()
|