Lines Matching refs:Format
19 remarks::Format OutputFormat, in serializeAndCheck()
30 if (OutputFormat == remarks::Format::Bitstream) { in serializeAndCheck()
43 static void check(remarks::Format InputFormat, StringRef Input, in check()
44 remarks::Format OutputFormat, StringRef ExpectedOutput) { in check()
50 static void check(remarks::Format InputFormat, StringRef Input, in check()
51 remarks::Format InputFormat2, StringRef Input2, in check()
52 remarks::Format OutputFormat, StringRef ExpectedOutput) { in check()
61 check(remarks::Format::YAML, in TEST()
68 remarks::Format::YAML, in TEST()
77 check(remarks::Format::YAML, in TEST()
83 remarks::Format::YAML, ""); in TEST()
86 check(remarks::Format::YAML, in TEST()
99 remarks::Format::YAML, in TEST()
110 check(remarks::Format::YAML, in TEST()
117 remarks::Format::Bitstream, in TEST()
131 check(remarks::Format::YAML, in TEST()
144 remarks::Format::Bitstream, in TEST()
160 check(remarks::Format::YAML, in TEST()
167 remarks::Format::YAML, in TEST()
174 remarks::Format::YAMLStrTab, in TEST()
196 Error E = RL.link("badyaml", remarks::Format::YAML); in TEST()
212 remarks::Format::YAMLStrTab); in TEST()