Searched refs:dropNullPlaceholders_ (Results 1 – 2 of 2) sorted by relevance
181 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), in FastWriter()186 void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; } in dropNullPlaceholders()201 if (!dropNullPlaceholders_) in writeValue()
67 bool dropNullPlaceholders_; variable