Lines Matching defs:test_outcome
468 struct test_outcome struct
470 test_outcome() in test_outcome() function
476 test_outcome(failure_type_t type1, const char* file1, const char* func1, in test_outcome() argument
485 failure_type_t type;
486 const char *file;
487 const char *func;
488 std::size_t line;
489 const char *expression;
490 const char *message;
493 void trim_file_string() { in trim_file_string()
507 void trim_func_string() { in trim_func_string()