Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp151 incrementer(unsigned* pu) : m_pu(pu) { ++*m_pu; } in incrementer()
152 ~incrementer() { --*m_pu; } in ~incrementer()
153 bool operator > (unsigned i) { return *m_pu > i; } in operator >()
155 unsigned* m_pu; member