Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h389 int InitializeStreams();
390 BENCHMARK_UNUSED static int stream_init_anchor = InitializeStreams();
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark.cc604 int InitializeStreams() { in InitializeStreams() function