Home
last modified time | relevance | path

Searched refs:_matches (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/kyua/utils/text/
H A Dregex.cpp95 utils::auto_array< ::regmatch_t > _matches; member
112 _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()