Home
last modified time | relevance | path

Searched refs:mpend (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/classic/test/
Dmulti_pass_tests.cpp70 boost::scoped_ptr<default_multi_pass_t> mpend(new default_multi_pass_t(end)); in test_default_multi_pass() local
79 while (*mp1 != *mpend) in test_default_multi_pass()
103 while (*mp2 != *mpend) in test_default_multi_pass()
125 while (*mp2 != *mpend) in test_default_multi_pass()
131 while (*mp1 != *mpend) in test_default_multi_pass()
157 while (*mp2 != *mpend) in test_default_multi_pass()
196 while (*mp1 != *mpend) in test_default_multi_pass()
207 while (*mp2 != *mpend) in test_default_multi_pass()
247 while (*mp2 != *mpend) in test_default_multi_pass()
271 boost::scoped_ptr<fixed_multi_pass_t> mpend(new fixed_multi_pass_t(end)); in test_fixed_multi_pass() local
[all …]
Dsf_bug_720917.cpp79 IterT mpend; in construct_string_from() local
85 dummy.assign(mp1, mpend); in construct_string_from()
87 copy(mp1, mpend, inserter(dummy, dummy.end())); in construct_string_from()
94 functor_multi_pass_t mpend; in construct_string_from() local
99 dummy.assign(mp1, mpend); in construct_string_from()
101 copy(mp1, mpend, inserter(dummy, dummy.end())); in construct_string_from()