Home
last modified time | relevance | path

Searched refs:plus_token (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/boost/libs/metaparse/doc/
Dbefore_11_3_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_12.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_11_3_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_11_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_11_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_11.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_11_3.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_10.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_9.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_8_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_8_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_8.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_7_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
[all …]
Dbefore_7.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
Dbefore_7_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
187 sequence<one_of<plus_token, minus_token>, int_token>,
Dbefore_6_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
162 sequence<one_of<plus_token, minus_token>, int_token>,
Dbefore_6.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
Dbefore_6_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
150 sequence<plus_token, int_token>, /* apply this parser repeatedly */
Dbefore_5_2_4.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
138 sequence<plus_token, int_token>,
Dbefore_5_2_3.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
95 repeated<sequence<plus_token, int_token>>, /* parse the "+ <number>" elements */
117 repeated<sequence<plus_token, int_token>>,
Dbefore_5_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
Dbefore_5_2_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
Dbefore_5_2_2.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
59 repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */
Dbefore_5_1.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,
Dbefore_5.qbk28 using plus_token = token<lit_c<'+'>>;
30 using exp_parser5 = build_parser<sequence<int_token, plus_token, int_token>>;
49 sequence<int_token, plus_token, int_token>,

1234