Searched refs:was_called_once (Results 1 – 3 of 3) sorted by relevance
93 static bool was_called_once;94 CHECK(!was_called_once);95 was_called_once = true;
312 static bool was_called_once; in InitializeMemprofInterceptors() local313 CHECK(!was_called_once); in InitializeMemprofInterceptors()314 was_called_once = true; in InitializeMemprofInterceptors()
771 static bool was_called_once; local772 CHECK(!was_called_once);773 was_called_once = true;