Home | History | Annotate | Download | only in Support

Lines Matching refs:ASSERT_NO_ERROR

21 #define ASSERT_NO_ERROR(x) \
34 ASSERT_NO_ERROR(
46 ASSERT_NO_ERROR(FileOutputBuffer::create(File1, 8192, Buffer));
52 ASSERT_NO_ERROR(Buffer->commit());
56 ASSERT_NO_ERROR(fs::has_magic(Twine(File1), Twine("AABBCCDDEEFFGGHHIIJJ"),
61 ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size));
69 ASSERT_NO_ERROR(FileOutputBuffer::create(File2, 8192, Buffer2));
76 ASSERT_NO_ERROR(fs::exists(Twine(File2), Exists));
84 ASSERT_NO_ERROR(FileOutputBuffer::create(File3, 8192000, Buffer));
90 ASSERT_NO_ERROR(Buffer->commit(5000));
94 ASSERT_NO_ERROR(fs::has_magic(Twine(File3), Twine("AABBCCDDEEFFGGHHIIJJ"),
99 ASSERT_NO_ERROR(fs::file_size(Twine(File3), File3Size));
107 ASSERT_NO_ERROR(FileOutputBuffer::create(File4, 8192, Buffer,
112 ASSERT_NO_ERROR(Buffer->commit());
116 ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
122 ASSERT_NO_ERROR(fs::remove_all(TestDirectory.str(), RemovedCount));