Home
last modified time | relevance | path

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

/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
314 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
325 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
336 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
347 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
358 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
369 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
380 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
392 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
403 typedef typename result_type::terminal_type terminal_type; in channel_severity_filter() typedef
[all …]
Dcontains.hpp90 … boost::log::aux::make_embedded_string_type< SubstringT >::type, FallbackPolicyT > > terminal_type; in contains() typedef
103 …ue_type, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in contains() typedef
116 …ains< T, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in contains() typedef
Dbegins_with.hpp90 … boost::log::aux::make_embedded_string_type< SubstringT >::type, FallbackPolicyT > > terminal_type; in begins_with() typedef
103 …ue_type, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in begins_with() typedef
116 …with< T, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in begins_with() typedef
Dends_with.hpp90 … boost::log::aux::make_embedded_string_type< SubstringT >::type, FallbackPolicyT > > terminal_type; in ends_with() typedef
103 …ue_type, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in ends_with() typedef
116 …with< T, typename boost::log::aux::make_embedded_string_type< SubstringT >::type > > terminal_type; in ends_with() typedef
Dis_in_range.hpp92 …nary_function_terminal< attribute_is_in_range< T, boundary_type, FallbackPolicyT > > terminal_type; in is_in_range() typedef
106 …terminal< attribute_is_in_range< typename DescriptorT::value_type, boundary_type > > terminal_type; in is_in_range() typedef
120 typedef aux::unary_function_terminal< attribute_is_in_range< T, boundary_type > > terminal_type; in is_in_range() typedef
Dmatches.hpp88 …edef aux::unary_function_terminal< attribute_matches< T, RegexT, FallbackPolicyT > > terminal_type; in matches() typedef
101 …y_function_terminal< attribute_matches< typename DescriptorT::value_type, RegexT > > terminal_type; in matches() typedef
114 typedef aux::unary_function_terminal< attribute_matches< T, RegexT > > terminal_type; in matches() typedef
Dhas_attr.hpp136 typedef aux::unary_function_terminal< has_attribute< AttributeValueT > > terminal_type; in has_attr() typedef
147 typedef aux::unary_function_terminal< has_attribute< void > > terminal_type; in has_attr() typedef
159 …ef aux::unary_function_terminal< has_attribute< typename DescriptorT::value_type > > terminal_type; in has_attr() typedef
/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
230 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
246 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
263 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
280 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
297 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
314 typedef typename actor_type::terminal_type terminal_type; in format_date_time() typedef
Dnamed_scope.hpp372 typedef format_named_scope_terminal< fallback_policy, char_type > terminal_type; typedef in boost::expressions::format_named_scope_actor
461 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
495 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
511 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
531 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
551 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
571 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
591 typedef typename actor_type::terminal_type terminal_type; in format_named_scope() typedef
Dformat.hpp87 typedef format_terminal< CharT > terminal_type; in format() typedef
99 typedef format_terminal< CharT > terminal_type; in format() typedef
Dwrap_formatter.hpp234 typedef wrapped_formatter_terminal< function_type, char_type > terminal_type; typedef in boost::expressions::wrapped_formatter_actor
286 typedef typename actor_type::terminal_type terminal_type; in wrap_formatter() typedef
305 typedef typename actor_type::terminal_type terminal_type; in wrap_formatter() typedef
Dc_decorator.hpp137 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
236 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
Dxml_decorator.hpp95 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
Dcsv_decorator.hpp96 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
Dmax_size_decorator.hpp415 typedef max_size_decorator_terminal< SubactorT, CharT > terminal_type; typedef in boost::expressions::max_size_decorator_actor
478 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
Dchar_decorator.hpp493 typedef char_decorator_terminal< SubactorT, ImplT > terminal_type; typedef in boost::expressions::char_decorator_actor
550 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
576 typedef typename result_type::terminal_type terminal_type; in operator []() typedef
/third_party/boost/boost/compute/lambda/
Dplaceholders.hpp51 struct terminal_type struct
53 typedef typename terminal_type_impl<T, has_result_type<T>::value>::type type;
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dplaceholders.hpp51 struct terminal_type struct
53 typedef typename terminal_type_impl<T, has_result_type<T>::value>::type type;
/third_party/boost/boost/proto/
Dliteral.hpp40 typedef basic_expr<tag::terminal, term<T>, 0> terminal_type; typedef
/third_party/boost/boost/spirit/home/support/
Dterminal.hpp36 typedef Terminal terminal_type; typedef
52 typedef Terminal terminal_type; typedef
255 typedef Terminal terminal_type; typedef
/third_party/boost/boost/proto/detail/
Dunpack_expr_.hpp101 terminal_type; typedef
/third_party/boost/boost/log/expressions/
Dattr.hpp161 typedef attribute_terminal< T, fallback_policy, tag_type > terminal_type; typedef in boost::expressions::attribute_actor
/third_party/boost/boost/spirit/home/lex/lexer/
Dtoken_def.hpp61 typedef typename proto::terminal<reference_>::type terminal_type; typedef
Dlexer.hpp56 typedef typename proto::terminal<reference_>::type terminal_type; typedef
/third_party/boost/boost/proto/detail/preprocessed/
Dunpack_expr_.hpp20 terminal_type; typedef