Home
last modified time | relevance | path

Searched refs:any_ptr (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp286 class any_ptr class
304 any_ptr(T* p) in any_ptr() function in boost::spirit::any_ptr
308 friend bool operator==(any_ptr const& a, any_ptr const& b) in operator ==()
315 any_ptr(void* p, std::type_info const* i) in any_ptr() function in boost::spirit::any_ptr
426 utree(any_ptr const&);
427 reference operator=(any_ptr const&);
Doperators.hpp180 bool operator()(any_ptr const&, any_ptr const&) const in operator ()()
270 void operator()(any_ptr const&) const in operator ()()
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp500 return f(any_ptr(x.v.p, x.v.i)); in apply()
573 y, detail::bind(f, any_ptr(x.v.p, x.v.i))); in apply()
781 inline utree::utree(any_ptr const& p) in utree()
937 inline utree& utree::operator=(any_ptr const& p_) in operator =()
1565 T* operator()(any_ptr const& p) const in operator ()()
/third_party/boost/libs/spirit/test/support/
Dutree.cpp474 using boost::spirit::any_ptr; in main()
477 utree up = any_ptr(&n); in main()