Lines Matching refs:get
96 input.get(), true, NULL, NULL, NULL, NULL, NULL, NULL))
102 input.get(), true, &res1, NULL, NULL, NULL, NULL, NULL))
118 ASSERT_TRUE(plus_sign->Consume(input.get(), true, NULL, NULL, NULL, NULL,
134 input.get(), true, &res1, &res2, NULL, NULL, NULL, NULL))
153 ASSERT_TRUE(context.digits->Consume(input.get(), false, NULL, NULL, NULL,
158 ASSERT_TRUE(context.digits->Consume(input.get(), false, NULL, NULL, NULL,
164 input.get(), false, NULL, NULL, NULL, NULL, NULL, NULL))
170 input.get(), false, &res1, &res2, NULL, NULL, NULL, NULL))
172 printf("previous input: %s", input.get()->ToString().c_str());
180 input_with_six_digit_groups.get(), false, &mat1, &mat2, &res3, &res4,
184 input_with_six_digit_groups.get()->ToString().c_str());