Home
last modified time | relevance | path

Searched refs:terminal_type (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/log/expressions/predicates/
Dchannel_severity_filter.hpp242 …, ChannelFallbackT, SeverityFallbackT, ChannelOrderT, SeverityCompareT, AllocatorT > terminal_type; typedef in boost::expressions::channel_severity_filter_actor
244 typedef ActorT< terminal_type > base_type;
247 typedef typename terminal_type::channel_value_type channel_value_type;
249 typedef typename terminal_type::channel_fallback_policy channel_fallback_policy;
251 typedef typename terminal_type::severity_value_type severity_value_type;
253 typedef typename terminal_type::severity_fallback_policy severity_fallback_policy;
314 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
315 typename result_type::base_type act = {{ terminal_type(channel_name, severity_name) }}; in channel_severity_filter()
325 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
326 …typename result_type::base_type act = {{ terminal_type(channel_keyword.get_name(), severity_name) … in channel_severity_filter()
[all …]
Dhas_attr.hpp136 typedef aux::unary_function_terminal< has_attribute< AttributeValueT > > terminal_type; in has_attr() typedef
137 phoenix::actor< terminal_type > act = {{ terminal_type(name) }}; in has_attr()
147 typedef aux::unary_function_terminal< has_attribute< void > > terminal_type; in has_attr() typedef
148 phoenix::actor< terminal_type > act = {{ terminal_type(name) }}; in has_attr()
159 …ef aux::unary_function_terminal< has_attribute< typename DescriptorT::value_type > > terminal_type; in has_attr() typedef
160 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name()) }}; in has_attr()
Dmatches.hpp88 …edef aux::unary_function_terminal< attribute_matches< T, RegexT, FallbackPolicyT > > terminal_type; in matches() typedef
89 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), rex, attr.get_fallback_policy()) }… in matches()
101 …y_function_terminal< attribute_matches< typename DescriptorT::value_type, RegexT > > terminal_type; in matches() typedef
102 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), rex) }}; in matches()
114 typedef aux::unary_function_terminal< attribute_matches< T, RegexT > > terminal_type; in matches() typedef
115 phoenix::actor< terminal_type > act = {{ terminal_type(name, rex) }}; in matches()
Dbegins_with.hpp90 … boost::log::aux::make_embedded_string_type< SubstringT >::type, FallbackPolicyT > > terminal_type; in begins_with() typedef
91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in begins_with()
103 …ue_type, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in begins_with() typedef
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in begins_with()
116 …with< T, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in begins_with() typedef
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in begins_with()
Dcontains.hpp90 … boost::log::aux::make_embedded_string_type< SubstringT >::type, FallbackPolicyT > > terminal_type; in contains() typedef
91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in contains()
103 …ue_type, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in contains() typedef
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in contains()
116 …ains< T, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in contains() typedef
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in contains()
Dends_with.hpp90 … boost::log::aux::make_embedded_string_type< SubstringT >::type, FallbackPolicyT > > terminal_type; in ends_with() typedef
91 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), substring, attr.get_fallback_polic… in ends_with()
103 …ue_type, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in ends_with() typedef
104 ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), substring) }}; in ends_with()
116 …with< T, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in ends_with() typedef
117 phoenix::actor< terminal_type > act = {{ terminal_type(name, substring) }}; in ends_with()
Dis_in_range.hpp92 …nary_function_terminal< attribute_is_in_range< T, boundary_type, FallbackPolicyT > > terminal_type; in is_in_range() typedef
93 …ActorT< terminal_type > act = {{ terminal_type(attr.get_name(), std::pair< boundary_type, boundary… in is_in_range()
106 …terminal< attribute_is_in_range< typename DescriptorT::value_type, boundary_type > > terminal_type; in is_in_range() typedef
107 …ActorT< terminal_type > act = {{ terminal_type(DescriptorT::get_name(), std::pair< boundary_type, … in is_in_range()
120 typedef aux::unary_function_terminal< attribute_is_in_range< T, boundary_type > > terminal_type; in is_in_range() typedef
121 …phoenix::actor< terminal_type > act = {{ terminal_type(name, std::pair< boundary_type, boundary_ty… in is_in_range()
/third_party/boost/boost/log/expressions/formatters/
Ddate_time.hpp163 typedef format_date_time_terminal< value_type, fallback_policy, char_type > terminal_type; typedef in boost::expressions::format_date_time_actor
165 typedef typename terminal_type::formatter_function_type formatter_function_type;
168 typedef ActorT< terminal_type > base_type;
208 …name format_date_time_actor< T, FallbackPolicyT, CharT >::formatter_function_type > terminal_type;\
209 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_name(), right.get_formatt…
230 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
231 typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), format) }}; in format_date_time()
246 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
247 typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), format) }}; in format_date_time()
263 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
[all …]
Dnamed_scope.hpp372 typedef format_named_scope_terminal< fallback_policy, char_type > terminal_type; typedef in boost::expressions::format_named_scope_actor
374 typedef typename terminal_type::value_type value_type;
376 typedef typename terminal_type::formatter_function_type formatter_function_type;
379 typedef ActorT< terminal_type > base_type;
419 …ename format_named_scope_actor< FallbackPolicyT, CharT >::formatter_function_type > terminal_type;\
420 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_name(), right.get_formatt…
461 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
467 terminal_type in format_named_scope()
495 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
496 …typename actor_type::base_type act = {{ terminal_type(name, fallback_to_none(), element_format) }}; in format_named_scope()
[all …]
Dformat.hpp87 typedef format_terminal< CharT > terminal_type; in format() typedef
88 phoenix::actor< terminal_type > act = {{ terminal_type(fmt) }}; in format()
99 typedef format_terminal< CharT > terminal_type; in format() typedef
100 phoenix::actor< terminal_type > act = {{ terminal_type(fmt.c_str()) }}; in format()
Dwrap_formatter.hpp234 typedef wrapped_formatter_terminal< function_type, char_type > terminal_type; typedef in boost::expressions::wrapped_formatter_actor
237 typedef ActorT< terminal_type > base_type;
261 …typedef aux::wrapped_formatter_output_terminal< phoenix::actor< LeftExprT >, FunT > terminal_type;\
262 phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_function()) }};\
286 typedef typename actor_type::terminal_type terminal_type; in wrap_formatter() typedef
287 typename actor_type::base_type act = {{ terminal_type(fun) }}; in wrap_formatter()
305 typedef typename actor_type::terminal_type terminal_type; in wrap_formatter() typedef
306 typename actor_type::base_type act = {{ terminal_type(fun) }}; in wrap_formatter()
Dc_decorator.hpp137 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
138 …typename result_type::base_type act = {{ terminal_type(subactor, replacer_type(traits_type::get_pa… in operator []()
236 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
237 typename result_type::base_type act = {{ terminal_type(subactor, replacer_type()) }}; in operator []()
Dchar_decorator.hpp493 typedef char_decorator_terminal< SubactorT, ImplT > terminal_type; typedef in boost::expressions::char_decorator_actor
495 typedef typename terminal_type::char_type char_type;
498 typedef ActorT< terminal_type > base_type;
507 terminal_type const& get_terminal() const in get_terminal()
520 …ux::char_decorator_output_terminal< phoenix::actor< LeftExprT >, SubactorT, ImplT > terminal_type;\
521 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_terminal().get_subactor()…
550 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
551 … typename result_type::base_type act = {{ terminal_type(subactor, replacer_type(m_decorations)) }}; in operator []()
576 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
577 … typename result_type::base_type act = {{ terminal_type(subactor, replacer_type(m_from, m_to)) }}; in operator []()
Dmax_size_decorator.hpp415 typedef max_size_decorator_terminal< SubactorT, CharT > terminal_type; typedef in boost::expressions::max_size_decorator_actor
417 typedef typename terminal_type::char_type char_type;
420 typedef ActorT< terminal_type > base_type;
429 terminal_type const& get_terminal() const in get_terminal()
442 …max_size_decorator_output_terminal< phoenix::actor< LeftExprT >, SubactorT, CharT > terminal_type;\
443 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.get_terminal().get_subactor()…
478 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
479 …typename result_type::base_type act = {{ terminal_type(subactor, m_max_size, m_overflow_marker) }}; in operator []()
Dcsv_decorator.hpp96 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
97 …typename result_type::base_type act = {{ terminal_type(subactor, replacer_type(traits_type::get_pa… in operator []()
Dxml_decorator.hpp95 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
96 …typename result_type::base_type act = {{ terminal_type(subactor, replacer_type(traits_type::get_pa… in operator []()
Dif.hpp203 …typedef if_else_output_terminal< phoenix::actor< LeftExprT >, CondT, ThenT, ElseT > terminal_type;\
204 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.m_cond, right.m_then, right.m…
244 typedef if_output_terminal< phoenix::actor< LeftExprT >, CondT, ThenT > terminal_type;\
245 …phoenix::actor< terminal_type > actor = {{ terminal_type(left, right.else_.m_cond, right.else_.m_t…
/third_party/boost/boost/proto/
Dliteral.hpp40 typedef basic_expr<tag::terminal, term<T>, 0> terminal_type; typedef
41 typedef extends<terminal_type, literal<T, Domain>, Domain> base_type;
50 : base_type(terminal_type::make(T())) in literal()
59 : base_type(terminal_type::make(u)) in literal()
64 : base_type(terminal_type::make(u)) in literal()
69 : base_type(terminal_type::make(u.get())) in literal()
/third_party/boost/boost/log/expressions/
Dattr.hpp161 typedef attribute_terminal< T, fallback_policy, tag_type > terminal_type; typedef in boost::expressions::attribute_actor
163 typedef typename terminal_type::value_type value_type;
166 typedef ActorT< terminal_type > base_type;
196 typedef typename or_none_result_type::terminal_type result_terminal; in or_none()
207 typedef typename or_throw_result_type::terminal_type result_terminal; in or_throw()
217 typedef typename or_default_result_type::terminal_type result_terminal; in or_default()
231 typedef typename result_type::terminal_type result_terminal; in attr()
244 typedef typename result_type::terminal_type result_terminal; in attr()
Dkeyword.hpp76 typedef typename or_none_result_type::terminal_type result_terminal; in or_none()
92 typedef typename or_throw_result_type::terminal_type result_terminal; in or_throw()
112 typedef typename or_default_result_type::terminal_type result_terminal; in or_default()
/third_party/boost/boost/compute/lambda/
Dplaceholders.hpp51 struct terminal_type struct
64 typedef typename detail::terminal_type<arg_type>::type type;
72 typedef typename detail::terminal_type<arg_type>::type type;
80 typedef typename detail::terminal_type<arg_type>::type type;
/third_party/boost/boost/spirit/home/lex/lexer/
Dtoken_def.hpp61 typedef typename proto::terminal<reference_>::type terminal_type; typedef
62 typedef proto::extends<terminal_type, token_def> proto_base_type;
171 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
176 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
181 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
187 : proto_base_type(terminal_type::make(reference_(*this))) in token_def()
Dlexer.hpp56 typedef typename proto::terminal<reference_>::type terminal_type; typedef
57 typedef proto::extends<terminal_type, lexer_def_> proto_base_type;
232 : proto_base_type(terminal_type::make(alias())) in lexer_def_()
/third_party/boost/boost/proto/detail/
Dunpack_expr_.hpp101 terminal_type; typedef
105 terminal_type
113 return proto::detail::protoify<terminal_type, Domain>()(fusion::at_c<0>(sequence)); in call()
/third_party/boost/boost/spirit/home/support/
Dterminal.hpp36 typedef Terminal terminal_type; typedef
52 typedef Terminal terminal_type; typedef
101 typename F::terminal_type
126 typename F::terminal_type
151 typename F::terminal_type
255 typedef Terminal terminal_type; typedef

12