Searched refs:yamlCompatiblityEnabled_ (Results 1 – 2 of 2) sorted by relevance
1847 bool yamlCompatiblityEnabled_; variable
4287 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), in FastWriter()4290 void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; } in enableYAMLCompatibility()4350 document_ += yamlCompatiblityEnabled_ ? ": " : ":"; in writeValue()