Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h765 mutable std::once_flag named_groups_once_; variable
Dre2.cc349 std::call_once(named_groups_once_, [](const RE2* re) { in NamedCapturingGroups()