Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/support/
H A Drapid-cxx-test.hpp487 struct test_outcome struct
489 test_outcome() in test_outcome() function
495 test_outcome(failure_type_t type1, const char* file1, const char* func1, in test_outcome() argument
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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/internal/
Dmod.rs19 pub mod test_outcome; module