Home
last modified time | relevance | path

Searched refs:yamlCompatiblityEnabled_ (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp181 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), in FastWriter()
184 void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; } in enableYAMLCompatibility()
238 document_ += yamlCompatiblityEnabled_ ? ": " : ":"; in writeValue()
/external/jsoncpp/include/json/
Dwriter.h66 bool yamlCompatiblityEnabled_; variable
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h1847 bool yamlCompatiblityEnabled_; variable
Djsoncpp.cpp4287 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), in FastWriter()
4290 void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; } in enableYAMLCompatibility()
4350 document_ += yamlCompatiblityEnabled_ ? ": " : ":"; in writeValue()