Home
last modified time | relevance | path

Searched refs:docheck (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/spirit/test/qi/
Dtst.cpp36 void docheck(TST const& tst, Char const* s, bool expected, int N = 0, int val = -1) in docheck() function
97 docheck(lookup, "not-yet-there", false); in tests()
98 docheck(lookup, "", false); in tests()
101 docheck(lookup, "apple", true, 5, 123); // full match in tests()
102 docheck(lookup, "banana", false); // no-match in tests()
103 docheck(lookup, "applexxx", true, 5, 123); // partial match in tests()
106 docheck(lookup, "applepie", true, 8, 456); // full match in tests()
107 docheck(lookup, "banana", false); // no-match in tests()
108 docheck(lookup, "applepiexxx", true, 8, 456); // partial match in tests()
109 docheck(lookup, "apple", true, 5, 123); // full match in tests()
[all …]
/third_party/boost/libs/spirit/test/x3/
Dtst.cpp38 …void docheck(TST const& tst, CaseCompare const& comp, Char const* s, bool expected, int N = 0, int… in docheck() function
82 docheck(lookup, ncomp, "not-yet-there", false); in tests()
83 docheck(lookup, ncomp, "", false); in tests()
86 docheck(lookup, ncomp, "apple", true, 5, 123); // full match in tests()
87 docheck(lookup, ncomp, "banana", false); // no-match in tests()
88 docheck(lookup, ncomp, "applexxx", true, 5, 123); // partial match in tests()
91 docheck(lookup, ncomp, "applepie", true, 8, 456); // full match in tests()
92 docheck(lookup, ncomp, "banana", false); // no-match in tests()
93 docheck(lookup, ncomp, "applepiexxx", true, 8, 456); // partial match in tests()
94 docheck(lookup, ncomp, "apple", true, 5, 123); // full match in tests()
[all …]
/third_party/boost/libs/spirit/classic/test/
Dsymbols_tests.cpp37 docheck in docheck() function
94 docheck(T const &v) in docheck() function
117 docheck(sym, "pineapple", true, "", 9); in narrow_match_tests()
118 docheck(sym, "orange", true, "", 6); in narrow_match_tests()
119 docheck(sym, "banana", true, "", 6); in narrow_match_tests()
120 docheck(sym, "apple", true, "", 5); in narrow_match_tests()
121 docheck(sym, "pizza", false, "pizza", -1); in narrow_match_tests()
122 docheck(sym, "steak", false, "steak", -1); in narrow_match_tests()
123 docheck(sym, "applepie", true, "", 8); in narrow_match_tests()
124 docheck(sym, "bananarama", true, "rama", 6); in narrow_match_tests()
[all …]
/third_party/boost/tools/quickbook/test/unit/
Dsymbols_tests.cpp34 void docheck( in docheck() function
80 template <typename T> check_action<T> docheck(T const& v) { return v; } in docheck() function
103 docheck(sym, "pineapple", true, "", 9); in narrow_match_tests()
104 docheck(sym, "orange", true, "", 6); in narrow_match_tests()
105 docheck(sym, "banana", true, "", 6); in narrow_match_tests()
106 docheck(sym, "apple", true, "", 5); in narrow_match_tests()
107 docheck(sym, "pizza", false, "pizza", -1); in narrow_match_tests()
108 docheck(sym, "steak", false, "steak", -1); in narrow_match_tests()
109 docheck(sym, "applepie", true, "", 8); in narrow_match_tests()
110 docheck(sym, "bananarama", true, "rama", 6); in narrow_match_tests()
[all …]
/third_party/boost/boost/spirit/home/support/iterators/detail/
Dcombine_policies.hpp155 inline static void docheck(MultiPass const& mp) in docheck() function
156 { Checking::docheck(mp); } in docheck()
209 inline static void docheck(MultiPass const& mp) in docheck() function
210 { Checking::docheck(mp); } in docheck()
355 inline static void docheck(MultiPass const& mp) in docheck() function
356 { Checking::docheck(mp); } in docheck()
420 inline static void docheck(MultiPass const& mp) in docheck() function
421 { Checking::docheck(mp); } in docheck()
Dbuf_id_check_policy.hpp59 static void docheck(MultiPass const& mp) in docheck() function
Dmulti_pass.hpp100 static void docheck(MultiPass const&) {} in docheck() function
/third_party/boost/boost/spirit/home/support/iterators/
Dmulti_pass.hpp101 policies_base_type::docheck(*this); in operator *()
111 policies_base_type::docheck(*this); in operator ++()
/third_party/boost/libs/spirit/doc/support/
Dmulti_pass.qbk592 // docheck is called before the multi_pass is dereferenced or
600 static void docheck(MultiPass const& mp);