Lines Matching full:num_elements
3261 MatchMatrix(size_t num_elements, size_t num_matchers)
3262 : num_elements_(num_elements),
3415 size_t num_elements = 0;
3416 for (; elem_first != elem_last; ++num_elements, ++elem_first) {
3425 MatchMatrix matrix(num_elements, matchers_.size());
3427 for (size_t ilhs = 0; ilhs != num_elements; ++ilhs) {