Home
last modified time | relevance | path

Searched refs:TestFormatContext (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/unittests/Runtime/
Dformat.cpp18 class TestFormatContext : public IoErrorHandler { class
21 TestFormatContext() : IoErrorHandler{"format.cpp", 1} {} in TestFormatContext() function in TestFormatContext
37 bool TestFormatContext::Emit(const char *s, std::size_t len) { in Emit()
42 bool TestFormatContext::Emit(const char16_t *, std::size_t) { in Emit()
46 bool TestFormatContext::Emit(const char32_t *, std::size_t) { in Emit()
51 bool TestFormatContext::AdvanceRecord(int n) { in AdvanceRecord()
58 void TestFormatContext::HandleAbsolutePosition(std::int64_t n) { in HandleAbsolutePosition()
62 void TestFormatContext::HandleRelativePosition(std::int64_t n) { in HandleRelativePosition()
70 void TestFormatContext::Report(const DataEdit &edit) { in Report()
91 void TestFormatContext::Check(Results &expect) { in Check()
[all …]