Home
last modified time | relevance | path

Searched defs:symbols_lookup (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/karma/string/
Dsymbols.hpp40 struct symbols_lookup struct
45 , detail::add_const_ref<T> > sequence_type;
49 , sequence_type>::type type;
53 static type call(T_ const& t, mpl::false_, mpl::true_) in call()
60 static type call(T_ const& t, mpl::true_, IsSequence) in call()
67 static type call(T_ const& t, mpl::false_, mpl::false_) in call()
72 static type call(T const& t) in call()
82 struct symbols_lookup<Attribute, Attribute> struct
84 typedef Attribute const& type;
86 static type call(Attribute const& t) in call()
[all …]
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp1041 struct symbols_lookup<utree, utf8_symbol_type> struct
1043 typedef std::string type;
1045 static type call(utree const& t) in call()
1053 struct symbols_lookup<utf8_symbol_type, utf8_symbol_type> struct
1055 typedef std::string type;
1057 static type call(utf8_symbol_type const& t) in call()