Searched refs:not_is_variant (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/spirit/home/qi/detail/ |
D | alternative_function.hpp | 140 component, spirit::traits::not_is_variant<Attribute, qi::domain>()); in call() 149 spirit::traits::not_is_variant<Attribute, qi::domain>, in call_unused()
|
D | assign_to.hpp | 389 , traits::not_is_variant<Attribute> in assign_to()
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | extract_from.hpp | 236 , traits::not_is_variant<Attribute> in extract_from() 259 , traits::not_is_variant<Attribute>
|
/third_party/boost/boost/spirit/home/support/ |
D | attributes.hpp | 241 mpl::and_<not_is_optional<T>, not_is_variant<T> > 273 struct not_is_variant struct 278 struct not_is_variant<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Domain> struct 296 : not_is_variant<typename variant_type<T>::type, Domain> 1255 call_impl(out, val, not_is_variant<T>()); in call()
|
D | adapt_adt_attributes.hpp | 25 struct not_is_variant< struct 27 : not_is_variant<
|
D | attributes_fwd.hpp | 181 struct not_is_variant;
|
/third_party/boost/libs/spirit/example/karma/ |
D | calc2_ast.hpp | 91 struct not_is_variant<expression_ast, karma::domain> struct
|
D | calc2_ast_vm.hpp | 93 struct not_is_variant<expression_ast, karma::domain> struct
|
/third_party/boost/libs/spirit/repository/example/karma/ |
D | calc2_ast.hpp | 93 struct not_is_variant<expression_ast, karma::domain> struct
|
/third_party/boost/boost/spirit/home/support/utree/ |
D | utree_traits.hpp | 818 struct not_is_variant<utree, karma::domain> struct 823 struct not_is_variant<utree::list_type, karma::domain> struct
|