Home | History | Annotate | Download | only in Tooling

Lines Matching full:yaml

34   yaml::Output YAML(YamlContentStream);
35 YAML << Doc;
69 yaml::Input YAML(YamlContent);
70 YAML >> DocActual;
71 ASSERT_FALSE(YAML.error());
96 yaml::Input YAML(YamlContent);
97 YAML >> DocActual;
98 ASSERT_FALSE(YAML.error());