Home
last modified time | relevance | path

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

/third_party/boost/boost/log/utility/setup/
Dfilter_parser.hpp49 struct filter_factory struct
52 typedef CharT char_type;
54 typedef std::basic_string< char_type > string_type;
59 BOOST_DEFAULTED_FUNCTION(filter_factory(), {}) in filter_factory() function
69 virtual filter on_exists_test(attribute_name const& name) in on_exists_test()
77 virtual filter on_equality_relation(attribute_name const& name, string_type const& arg) in on_equality_relation()
85 virtual filter on_inequality_relation(attribute_name const& name, string_type const& arg) in on_inequality_relation()
93 virtual filter on_less_relation(attribute_name const& name, string_type const& arg) in on_less_relation()
101 virtual filter on_greater_relation(attribute_name const& name, string_type const& arg) in on_greater_relation()
109 virtual filter on_less_or_equal_relation(attribute_name const& name, string_type const& arg) in on_less_or_equal_relation()
[all …]
/third_party/boost/libs/log/test/run/
Dutil_stp_filter_parser.cpp727 BOOST_AUTO_TEST_CASE(filter_factory) in BOOST_AUTO_TEST_CASE() argument