Lines Matching refs:tests
1 #include "tests/ffi/tests.h"
2 #include "tests/ffi/lib.rs.h"
13 extern "C" tests::R *cxx_test_suite_get_box() noexcept;
14 extern "C" bool cxx_test_suite_r_is_correct(const tests::R *) noexcept;
16 namespace tests {
905 } // namespace tests
908 void ns_c_take_trivial(::tests::D d) {
914 ::tests::D ns_c_return_trivial() {
915 ::tests::D d;
936 // This is an easy way to at least typecheck anything missed by unit tests.
943 template class rust::Box<tests::Shared>;
947 template class rust::Slice<const tests::Shared>;
948 template class rust::Slice<tests::Shared>;
949 template class rust::Slice<const tests::R>;
950 template class rust::Slice<tests::R>;
953 template class rust::Vec<tests::Shared>;