Lines Matching refs:testfile
90 const char * testfile = boost::archive::tmpnam(NULL); in test_type() local
91 BOOST_REQUIRE(testfile != NULL); in test_type()
93 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_type()
100 test_istream is(testfile, TEST_STREAM_FLAGS); in test_type()
106 std::remove(testfile); in test_type()
124 const char * testfile = boost::archive::tmpnam(NULL); in do_bad_read() local
125 BOOST_REQUIRE(testfile != NULL); in do_bad_read()
127 test_ostream os(testfile, TEST_STREAM_FLAGS); in do_bad_read()
133 test_istream is(testfile, TEST_STREAM_FLAGS); in do_bad_read()
180 const char * testfile = boost::archive::tmpnam(NULL); in test_pointer() local
181 BOOST_REQUIRE(testfile != NULL); in test_pointer()
186 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_pointer()
194 test_istream is(testfile, TEST_STREAM_FLAGS); in test_pointer()
212 const char * testfile = boost::archive::tmpnam(NULL); in test_variant_set() local
213 BOOST_REQUIRE(testfile != NULL); in test_variant_set()
218 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_variant_set()
229 test_istream is(testfile, TEST_STREAM_FLAGS); in test_variant_set()
244 const char * testfile = boost::archive::tmpnam(NULL); in test_variant_map() local
245 BOOST_REQUIRE(testfile != NULL); in test_variant_map()
250 test_ostream os(testfile, TEST_STREAM_FLAGS); in test_variant_map()
263 test_istream is(testfile, TEST_STREAM_FLAGS); in test_variant_map()