Searched refs:_nmatches (Results 1 – 1 of 1) sorted by relevance
92 const std::size_t _nmatches; member111 _nmatches(ngroups + 1), in impl()112 _matches(new ::regmatch_t[_nmatches]) in impl()114 const int error = ::regexec(preg, _string.c_str(), _nmatches, in impl()158 for (std::size_t i = 0; i < _pimpl->_nmatches; ++i) { in count()162 INV(total <= _pimpl->_nmatches); in count()