Home
last modified time | relevance | path

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

/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp355 static int counter = 1; in createTempDir() local
360 string dir_name = string { temp_dir } + string { "\\test" } + to_string( counter++ ); in createTempDir()
370 static int counter = 1; in createTempEmptyFileInDir() local
371 return createTempEmptyFile( dir + std::string { "/temp" } + to_string( counter++ ) ); in createTempEmptyFileInDir()