Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h589 void *the_union_[2]; // as big as any other element, for memset member
Dregexp.cc38 memset(the_union_, 0, sizeof the_union_); in Regexp()