Searched refs:YamlInput (Results 1 – 3 of 3) sorted by relevance
246 yaml::Input YamlInput(MB.get()->getBuffer()); in preprocessProfile() local249 YamlInput >> YamlBP; in preprocessProfile()250 if (YamlInput.error()) { in preprocessProfile()252 << " : " << YamlInput.error().message() << '\n'; in preprocessProfile()253 return errorCodeToError(YamlInput.error()); in preprocessProfile()
364 yaml::Input YamlInput(MB.get()->getBuffer()); in main() local369 YamlInput >> BP; in main()370 if (YamlInput.error()) in main()371 report_error(InputDataFilename, YamlInput.error()); in main()
214 yaml::Input YamlInput(String); in fromString() local215 YamlInput >> HSAMetadata; in fromString()216 return YamlInput.error(); in fromString()