Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_cpp.cc861 class IntIncrementer { class
863 explicit IntIncrementer(int* x) : x_(x) { (*x_)++; } in IntIncrementer() function in IntIncrementer