Home
last modified time | relevance | path

Searched defs:named_scope_test_data_base (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/log/test/run/
Dform_named_scope.cpp41 struct named_scope_test_data_base struct
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
47 … logging::string_literal posix_file() { return logging::str_literal("/home/user/posix_file.cpp"); } in posix_file()
48 …ing::string_literal windows_file1() { return logging::str_literal("C:\\user\\windows_file1.cpp"); } in windows_file1()
49 …gging::string_literal windows_file2() { return logging::str_literal("C:/user/windows_file2.cpp"); } in windows_file2()