Home
last modified time | relevance | path

Searched defs:variant_which (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/spirit/example/karma/
Dcalc2_ast.hpp97 struct variant_which<expression_ast> struct
99 static int call(expression_ast const& v) in call()
Dcalc2_ast_vm.hpp99 struct variant_which<expression_ast> struct
101 static int call(expression_ast const& v) in call()
/third_party/boost/libs/spirit/repository/example/karma/
Dcalc2_ast.hpp99 struct variant_which<expression_ast> struct
101 static int call(expression_ast const& v) in call()
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp72 struct variant_which<utree> struct
74 static int call(utree const& u) { return u.which(); } in call()
78 struct variant_which<utree::list_type> struct
80 static int call(utree::list_type const& u) { return u.which(); } in call()
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp392 struct variant_which<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
394 static int call(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& v) in call()