----------------------------------------------------------------------------
| 177 | |
| 178 | //---------------------------------------------------------------------------- |
| 179 | size_t * |
| 180 | RegexMatches::get_ovector_pointer() |
| 181 | { |
| 182 | return pcre2_get_ovector_pointer(_MatchData::get(_match_data)); |
| 183 | } |
| 184 | |
| 185 | //---------------------------------------------------------------------------- |
| 186 | int32_t |
no test coverage detected