Home
last modified time | relevance | path

Searched refs:by_ref (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/xpressive/test/
Dtest_cycles.cpp34 a = 'a' >> !by_ref(b); in test_main()
43 b = epsilon >> by_ref(c); in test_main()
48 c = epsilon >> by_ref(a); in test_main()
73 b = epsilon >> by_ref(c); in test_main()
74 a = 'a' >> !by_ref(b); in test_main()
75 c = epsilon >> by_ref(a); in test_main()
102 b = epsilon >> by_ref(c); in test_main()
103 c = epsilon >> by_ref(a); in test_main()
104 a = 'a' >> !by_ref(b); in test_main()
130 c = epsilon >> by_ref(a); in test_main()
[all …]
Dmisc1.cpp169 by_ref(parentheses) // a balanced set of parentheses in test4()
225 group = '(' >> by_ref(expression) >> ')'; in test6()
Dtest4.hpp24 parens = L('(') >> *( keep( +~(set=L('('),L(')')) ) | by_ref(parens) ) >> L(')'); in get_test_cases()
Dtest_typeof2.cpp62 TYPEOF_TEST( '(' >> by_ref(expression2) >> ')'); in test_actions()
Dtest_actions.cpp178 group = '(' >> by_ref(expression) >> ')'; in test5()
Dtest_typeof.cpp71 cregex parens = '(' >> *( keep( +~(set='(',')') ) | by_ref(parens) ) >> ')'; in test_misc2()
/third_party/boost/libs/hana/test/tuple/
Dmove_only.cpp48 auto by_ref = [](auto&) { }; in main() local
50 by_ref(xs); in main()
51 by_ref(hana::front(xs)); in main()
52 by_ref(hana::at_c<0>(xs)); in main()
53 by_ref(hana::back(xs)); in main()
/third_party/boost/libs/xpressive/doc/
Dgrammars.qbk70 Consider the following code, which uses the `by_ref()` helper to define a recursive regular express…
80 by_ref(parentheses) // a balanced set of parentheses
87 expressions cannot do. The `by_ref()` helper makes it possible. It allows one regex object to be em…
99 group = '(' >> by_ref(expression) >> ')';
116 `by_ref()` to embed `expression` by reference. In all other places, it is sufficient to embed the o…
219 parentheses = '(' >> *( keep( +~(set='(',')') ) | by_ref(parentheses) ) >> ')';
Dtracking_ptr.qbk67 sregex group = '(' >> by_ref(expr) >> ')'; // (1)
77 [[1) `sregex group = '(' >> by_ref(expr) >> ')';`]
161 b = by_ref(a);
/third_party/boost/boost/xpressive/
Dregex_primitives.hpp644 by_ref(basic_regex<BidiIter> const &rex) in by_ref() function
/third_party/boost/doc/html/
Ddoc_HTML.manifest3561 boost/xpressive/by_ref.html