Home
last modified time | relevance | path

Searched refs:attr_set (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/log/test/run/
Dattr_attribute_set.cpp34 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
41 attr_set set1; in BOOST_AUTO_TEST_CASE()
45 attr_set set2 = set1; in BOOST_AUTO_TEST_CASE()
56 attr_set set3 = set2; in BOOST_AUTO_TEST_CASE()
76 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
83 attr_set set1; in BOOST_AUTO_TEST_CASE()
88 attr_set::iterator it = set1.find(data::attr1()); in BOOST_AUTO_TEST_CASE()
131 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
139 attr_set set1; in BOOST_AUTO_TEST_CASE()
142 std::pair< attr_set::iterator, bool > res = set1.insert(data::attr1(), attr1); in BOOST_AUTO_TEST_CASE()
[all …]
Dcore.cpp44 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
52 attr_set set1; in BOOST_AUTO_TEST_CASE()
164 typedef logging::attribute_set attr_set; in thread_attributes_test() typedef
170 attr_set set1; in thread_attributes_test()
183 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
192 attr_set set1; in BOOST_AUTO_TEST_CASE()
199 attr_set::iterator itGlobal = pCore->add_global_attribute(data::attr2(), attr2).first; in BOOST_AUTO_TEST_CASE()
200 attr_set::iterator itThread = pCore->add_thread_attribute(data::attr3(), attr3).first; in BOOST_AUTO_TEST_CASE()
203 attr_set glob = pCore->get_global_attributes(); in BOOST_AUTO_TEST_CASE()
207 attr_set thr = pCore->get_thread_attributes(); in BOOST_AUTO_TEST_CASE()
[all …]
Dfilt_attr.cpp41 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
50 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
90 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
99 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
170 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
179 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
218 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
227 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
257 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
266 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
[all …]
Dform_named_scope.cpp109 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
124 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
253 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
262 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
298 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
310 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
331 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
345 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
453 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
464 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
[all …]
Dform_c_decor.cpp79 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
87 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
105 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
113 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dattr_value_visitation.cpp102 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
110 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
156 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
165 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
200 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
209 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dfilt_has_attr.cpp33 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
42 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
73 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
82 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dattr_attribute_value_set.cpp66 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
76 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
88 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
111 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
149 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
158 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dfilt_matches_std_regex.cpp39 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
49 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
81 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
91 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dfilt_matches_boost_regex.cpp35 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
45 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
77 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
87 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dform_date_time.cpp90 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
102 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
131 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
143 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
172 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
184 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dfilt_matches_xpressive.cpp35 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
45 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
77 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
87 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dfilt_matches_spirit_classic.cpp43 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
52 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
84 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
93 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dfilt_matches_spirit_qi.cpp38 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
47 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
83 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
92 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
Dform_char_decor.cpp127 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
135 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
153 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
161 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_max_size_decor.cpp72 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
80 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
139 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE() typedef
149 attr_set set1; in BOOST_AUTO_TEST_CASE()
Dutil_stp_filter_parser.cpp33 typedef logging::attribute_set attr_set; typedef
40 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
67 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
149 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
240 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
332 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
417 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
497 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
521 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
545 attr_set set1, set2, set3; in BOOST_AUTO_TEST_CASE()
[all …]
Dform_xml_decor.cpp63 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
71 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_csv_decor.cpp63 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
71 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_format.cpp59 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
69 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_message.cpp59 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
69 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_to_log_manip.cpp75 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
83 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_if.cpp35 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
45 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dform_attr.cpp59 typedef logging::attribute_set attr_set; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
69 attr_set set1; in BOOST_AUTO_TEST_CASE_TEMPLATE()
Dutil_stp_formatter_parser.cpp37 typedef logging::attribute_set attr_set; typedef
49 attr_set set1; in BOOST_AUTO_TEST_CASE()

12