Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:num_matches

1682             const size_t num_matches = matches.GetSize();
1687 for (uint32_t i = 0; i < num_matches; ++i) {
1693 assert(num_matches == 0);
1832 int num_matches;
1836 num_matches = HandleCompletionMatches (command_args,
1844 if (num_matches > 0)
1852 for (int i = 0; i < num_matches; i++)