Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/support/traits/
Dprint_attribute.hpp68 struct print_attribute_debug struct
71 static void call(Out& out, unused_type, unused_attribute) in call()
78 static void call(Out& out, T_ const& val, plain_attribute) in call()
85 static void call(Out& out, T_ const& val, tuple_attribute) in call()
94 static void call(Out& out, T_ const& val, container_attribute) in call()
115 static void call(Out& out, T_ const& val, variant_attribute) in call()
122 static void call(Out& out, T_ const& val, optional_attribute) in call()
131 static void call(Out& out, T const& val) in call()
/third_party/boost/libs/spirit/example/qi/
Dcustom_string.cpp50 struct print_attribute_debug<Out, QString, Enable> struct
52 static void call(Out& out, QString const& val) in call()
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp1192 struct print_attribute_debug struct
1196 static void call_impl3(Out& out, T_ const& val, mpl::false_) in call_impl3()
1203 static void call_impl3(Out& out, T_ const& val, mpl::true_) in call_impl3()
1212 static void call_impl2(Out& out, T_ const& val, mpl::false_) in call_impl2()
1219 static void call_impl2(Out& out, T_ const& val, mpl::true_) in call_impl2()
1240 static void call_impl(Out& out, T_ const& val, mpl::false_) in call_impl()
1247 static void call_impl(Out& out, T_ const& val, mpl::true_) in call_impl()
1253 static void call(Out& out, T const& val) in call()
1260 struct print_attribute_debug<Out, boost::optional<T> > struct
1262 static void call(Out& out, boost::optional<T> const& val) in call()
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp595 struct print_attribute_debug<Out, utree> struct
597 static void call(Out& out, utree const& val) in call()