Searched defs:call_once_func (Results 1 – 6 of 6) sorted by relevance
69 struct call_once_func struct71 Regex* pregex;72 void operator()()const in operator ()()
26 static void call_once_func() { ++call_count; } in call_once_func() function
47 auto call_once_func = [] { CRYPTO_once(&g_test_once, once_init); }; in TEST() local