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