Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dprog.h422 std::once_flag first_byte_once_; variable
Dprog.cc189 std::call_once(first_byte_once_, [](Prog* prog) { in first_byte()