Home | History | Annotate | Download | only in Support

Lines Matching refs:ASSERT_NO_ERROR

22 #define ASSERT_NO_ERROR(x) \
42 ASSERT_NO_ERROR(
54 ASSERT_NO_ERROR(FileOutputBuffer::create(File1, 8192, Buffer));
60 ASSERT_NO_ERROR(Buffer->commit());
64 ASSERT_NO_ERROR(fs::has_magic(Twine(File1), Twine("AABBCCDDEEFFGGHHIIJJ"),
69 ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size));
77 ASSERT_NO_ERROR(FileOutputBuffer::create(File2, 8192, Buffer2));
84 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists));
93 ASSERT_NO_ERROR(FileOutputBuffer::create(File3, 8192000, Buffer));
99 ASSERT_NO_ERROR(Buffer->commit(5000));
103 ASSERT_NO_ERROR(fs::has_magic(Twine(File3), Twine("AABBCCDDEEFFGGHHIIJJ"),
108 ASSERT_NO_ERROR(fs::file_size(Twine(File3), File3Size));
117 ASSERT_NO_ERROR(FileOutputBuffer::create(File4, 8192, Buffer,
122 ASSERT_NO_ERROR(Buffer->commit());
126 ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
132 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), RemovedCount));