Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dlog.h15 friend LogType& GetNullLogInstance();
49 inline LogType& GetNullLogInstance() { in GetNullLogInstance() function
63 return GetNullLogInstance(); in GetLogInstanceForLevel()
H A Dcheck.h59 (b ? ::benchmark::internal::GetNullLogInstance() \
63 #define BM_CHECK(b) ::benchmark::internal::GetNullLogInstance()