Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.cc339 void* vthis = reinterpret_cast<void*>(this); in Swap() local
341 memmove(tmp, vthis, sizeof *this); in Swap()
342 memmove(vthis, vthat, sizeof *this); in Swap()