Searched refs:group_names_once_ (Results 1 – 2 of 2) sorted by relevance
/third_party/re2/re2/ | ||
D | re2.h | 765 mutable std::once_flag group_names_once_; variable |
D | re2.cc | 323 std::call_once(group_names_once_, [](const RE2* re) { in CapturingGroupNames() |