Home
last modified time | relevance | path

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

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