/third_party/boost/boost/log/expressions/predicates/ |
D | channel_severity_filter.hpp | 242 …, 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 …]
|
D | has_attr.hpp | 136 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()
|
D | matches.hpp | 88 …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()
|
D | begins_with.hpp | 90 … 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()
|
D | contains.hpp | 90 … 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()
|
D | ends_with.hpp | 90 … 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()
|
D | is_in_range.hpp | 92 …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/ |
D | date_time.hpp | 163 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 …]
|
D | named_scope.hpp | 372 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 …]
|
D | format.hpp | 87 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()
|
D | wrap_formatter.hpp | 234 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()
|
D | c_decorator.hpp | 137 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 []()
|
D | char_decorator.hpp | 493 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 []()
|
D | max_size_decorator.hpp | 415 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 []()
|
D | csv_decorator.hpp | 96 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 []()
|
D | xml_decorator.hpp | 95 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 []()
|
D | if.hpp | 203 …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/ |
D | literal.hpp | 40 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/ |
D | attr.hpp | 161 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()
|
D | keyword.hpp | 76 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/ |
D | placeholders.hpp | 51 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/ |
D | token_def.hpp | 61 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()
|
D | lexer.hpp | 56 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/ |
D | unpack_expr_.hpp | 101 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/ |
D | terminal.hpp | 36 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
|