Searched refs:dropNullPlaceholders_ (Results 1 – 4 of 4) sorted by relevance
193 bool dropNullPlaceholders_{false};
369 void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; } in dropNullPlaceholders()384 if (!dropNullPlaceholders_) in writeValue()
1984 bool dropNullPlaceholders_; variable
4521 : yamlCompatibilityEnabled_(false), dropNullPlaceholders_(false), in FastWriter()4526 void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; } in dropNullPlaceholders()4541 if (!dropNullPlaceholders_) in writeValue()
Completed in 24 milliseconds