| H A D | YAMLTraits.cpp | 468 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 471 Output::~Output() = default; 473 bool Output::outputting() const { in outputting() 477 void Output::beginMapping() { in beginMapping() 483 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag() 514 void Output::endMapping() { in endMapping() 525 std::vector<StringRef> Output::keys() { in keys() 529 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() 545 void Output::postflightKey(void *) { in postflightKey() 555 void Output::beginFlowMapping() { in beginFlowMapping() [all …]
|