Home
last modified time | relevance | path

Searched refs:UNSCOPED_INFO (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/e-antic/Catch2-ff349a5/docs/
H A Dlogging.md35 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
40 In other words, lifetime of `UNSCOPED_INFO` is limited by the following assertion (or by the end of…
46 UNSCOPED_INFO("Info from helper");
52 UNSCOPED_INFO("The number is " << i);
59 UNSCOPED_INFO("First unscoped info");
63 UNSCOPED_INFO("Second unscoped info");
107 **UNSCOPED_INFO(** _message expression_ **)**
H A Drelease-notes.md372 * `UNSCOPED_INFO` macro now has a prefixed/disabled/prefixed+disabled versions (#1611)
426 * Added `UNSCOPED_INFO` (#415, #983, #1522)
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/docs/
H A Dlogging.md35 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
40 In other words, lifetime of `UNSCOPED_INFO` is limited by the following assertion (or by the end of…
46 UNSCOPED_INFO("Info from helper");
52 UNSCOPED_INFO("The number is " << i);
59 UNSCOPED_INFO("First unscoped info");
63 UNSCOPED_INFO("Second unscoped info");
107 **UNSCOPED_INFO(** _message expression_ **)**
H A Drelease-notes.md372 * `UNSCOPED_INFO` macro now has a prefixed/disabled/prefixed+disabled versions (#1611)
426 * Added `UNSCOPED_INFO` (#415, #983, #1522)
/dports/www/restbed/restbed-4.8/dependency/catch/docs/
H A Dlogging.md35 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
40 In other words, lifetime of `UNSCOPED_INFO` is limited by the following assertion (or by the end of…
46 UNSCOPED_INFO("Info from helper");
52 UNSCOPED_INFO("The number is " << i);
59 UNSCOPED_INFO("First unscoped info");
63 UNSCOPED_INFO("Second unscoped info");
107 **UNSCOPED_INFO(** _message expression_ **)**
H A Drelease-notes.md203 * `UNSCOPED_INFO` macro now has a prefixed/disabled/prefixed+disabled versions (#1611)
257 * Added `UNSCOPED_INFO` (#415, #983, #1522)
/dports/emulators/citra/citra-ac98458e0/externals/catch/docs/
H A Dlogging.md35 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
40 In other words, lifetime of `UNSCOPED_INFO` is limited by the following assertion (or by the end of…
46 UNSCOPED_INFO("Info from helper");
52 UNSCOPED_INFO("The number is " << i);
59 UNSCOPED_INFO("First unscoped info");
63 UNSCOPED_INFO("Second unscoped info");
107 **UNSCOPED_INFO(** _message expression_ **)**
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/docs/
H A Dlogging.md35 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
40 In other words, lifetime of `UNSCOPED_INFO` is limited by the following assertion (or by the end of…
46 UNSCOPED_INFO("Info from helper");
52 UNSCOPED_INFO("The number is " << i);
59 UNSCOPED_INFO("First unscoped info");
63 UNSCOPED_INFO("Second unscoped info");
107 **UNSCOPED_INFO(** _message expression_ **)**
/dports/devel/catch/Catch2-2.13.7/docs/
H A Dlogging.md35 `UNSCOPED_INFO` is similar to `INFO` with two key differences:
40 In other words, lifetime of `UNSCOPED_INFO` is limited by the following assertion (or by the end of…
46 UNSCOPED_INFO("Info from helper");
52 UNSCOPED_INFO("The number is " << i);
59 UNSCOPED_INFO("First unscoped info");
63 UNSCOPED_INFO("Second unscoped info");
107 **UNSCOPED_INFO(** _message expression_ **)**
H A Drelease-notes.md432 * `UNSCOPED_INFO` macro now has a prefixed/disabled/prefixed+disabled versions (#1611)
486 * Added `UNSCOPED_INFO` (#415, #983, #1522)
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DMessage.tests.cpp144 UNSCOPED_INFO( msg ); in unscoped_info()
187 UNSCOPED_INFO("Count 1 to 3...");
193 UNSCOPED_INFO("Count 4 to 6...");
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DMessage.tests.cpp144 UNSCOPED_INFO( msg ); in unscoped_info()
187 UNSCOPED_INFO("Count 1 to 3...");
193 UNSCOPED_INFO("Count 4 to 6...");
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DMessage.tests.cpp144 UNSCOPED_INFO( msg ); in unscoped_info()
187 UNSCOPED_INFO("Count 1 to 3...");
193 UNSCOPED_INFO("Count 4 to 6...");
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DMessage.tests.cpp144 UNSCOPED_INFO( msg ); in unscoped_info()
187 UNSCOPED_INFO("Count 1 to 3...");
193 UNSCOPED_INFO("Count 4 to 6...");
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DMessage.tests.cpp144 UNSCOPED_INFO( msg ); in unscoped_info()
187 UNSCOPED_INFO("Count 1 to 3...");
193 UNSCOPED_INFO("Count 4 to 6...");
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DMessage.tests.cpp144 UNSCOPED_INFO( msg ); in unscoped_info()
187 UNSCOPED_INFO("Count 1 to 3...");
193 UNSCOPED_INFO("Count 4 to 6...");
/dports/www/firefox/firefox-99.0/third_party/intgemm/test/
H A Dprepare_b_transposed.cc41UNSCOPED_INFO("Error at " << i << ", output = " << int(output[i]) << ", reference = " << int(refer… in Test()
H A Dprepare_b_quantized_transposed.cc40UNSCOPED_INFO("Error at " << i << ", output = " << int(output[i]) << ", reference = " << int(refer… in Test()
H A Dquantize_test.cc95UNSCOPED_INFO("Error at " << i << " from " << input[i] << '*' << quant_mult << '=' << (input[i]*qu… in Test()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/
H A Dcatch.hpp239 #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) macro
434 #define UNSCOPED_INFO( msg ) (void)(0) macro
/dports/math/e-antic/Catch2-ff349a5/include/
H A Dcatch.hpp239 #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) macro
434 #define UNSCOPED_INFO( msg ) (void)(0) macro
/dports/www/restbed/restbed-4.8/dependency/catch/include/
H A Dcatch.hpp239 #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) macro
434 #define UNSCOPED_INFO( msg ) (void)(0) macro
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/
H A Dcatch.hpp239 #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) macro
434 #define UNSCOPED_INFO( msg ) (void)(0) macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/
H A Dcatch.hpp239 #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) macro
434 #define UNSCOPED_INFO( msg ) (void)(0) macro
/dports/devel/catch/Catch2-2.13.7/include/
H A Dcatch.hpp239 #define UNSCOPED_INFO( msg ) INTERNAL_CATCH_UNSCOPED_INFO( "UNSCOPED_INFO", msg ) macro
434 #define UNSCOPED_INFO( msg ) (void)(0) macro

1234