Home
last modified time | relevance | path

Searched defs:incrementer (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp149 struct incrementer struct
151 incrementer(unsigned* pu) : m_pu(pu) { ++*m_pu; } in incrementer() argument
152 ~incrementer() { --*m_pu; } in ~incrementer()
153 bool operator > (unsigned i) { return *m_pu > i; } in operator >()
155 unsigned* m_pu;
/third_party/grpc/third_party/upb/tests/
Dtest_cpp.cc866 static void Handler(void* closure, const IntIncrementer* incrementer, in Handler()