Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Drapid-cxx-test.hpp487 struct test_outcome struct
489 test_outcome() in test_outcome() argument
495 test_outcome(failure_type_t type1, const char* file1, const char* func1, in test_outcome() function
504 failure_type_t type;
505 const char *file;
506 const char *func;
507 std::size_t line;
508 const char *expression;
509 const char *message;
512 void trim_file_string() { in trim_file_string()
[all …]