Searched refs:_matches (Results 1 – 1 of 1) sorted by relevance
95 utils::auto_array< ::regmatch_t > _matches; member112 _matches(new ::regmatch_t[_nmatches]) in impl()115 _matches.get(), 0); in impl()117 _matches.reset(NULL); in impl()157 if (_pimpl->_matches.get() != NULL) { in count()159 if (_pimpl->_matches[i].rm_so != -1) in count()183 const ::regmatch_t* match = &_pimpl->_matches[index]; in get()195 return _pimpl->_matches.get() != NULL; in operator bool()