Searched refs:was_called_once (Results 1 – 3 of 3) sorted by relevance
82 static bool was_called_once;83 CHECK(!was_called_once);84 was_called_once = true;
339 static bool was_called_once; in InitializeMemprofInterceptors() local340 CHECK(!was_called_once); in InitializeMemprofInterceptors()341 was_called_once = true; in InitializeMemprofInterceptors()
616 static bool was_called_once; in InitializeAsanInterceptors() local617 CHECK(!was_called_once); in InitializeAsanInterceptors()618 was_called_once = true; in InitializeAsanInterceptors()