Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_config.hpp29 struct ConfigData { struct
30 bool listTests = false;
31 bool listTags = false;
32 bool listReporters = false;
33 bool listTestNamesOnly = false;
35 bool showSuccessfulTests = false;
36 bool shouldDebugBreak = false;
37 bool noThrow = false;
38 bool showHelp = false;
39 bool showInvisibles = false;
[all …]
/external/bcc/tests/cc/
Dcatch.hpp3476 struct ConfigData { struct
3478 ConfigData() in ConfigData() function
3498 bool listTests;
3499 bool listTags;
3500 bool listReporters;
3501 bool listTestNamesOnly;
3503 bool showSuccessfulTests;
3504 bool shouldDebugBreak;
3505 bool noThrow;
3506 bool showHelp;
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5264 struct ConfigData { struct
5265 bool listTests = false;
5266 bool listTags = false;
5267 bool listReporters = false;
5268 bool listTestNamesOnly = false;
5270 bool showSuccessfulTests = false;
5271 bool shouldDebugBreak = false;
5272 bool noThrow = false;
5273 bool showHelp = false;
5274 bool showInvisibles = false;
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5233 struct ConfigData { struct
5234 bool listTests = false;
5235 bool listTags = false;
5236 bool listReporters = false;
5237 bool listTestNamesOnly = false;
5239 bool showSuccessfulTests = false;
5240 bool shouldDebugBreak = false;
5241 bool noThrow = false;
5242 bool showHelp = false;
5243 bool showInvisibles = false;
[all …]
/external/mesa3d/src/imgui/
Dimgui.h2072 ImVector<ImFontConfig> ConfigData; // Internal data member
2097 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co… member