Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp195 : yamlCompatiblityEnabled_( false ) in FastWriter()
203 yamlCompatiblityEnabled_ = true; in enableYAMLCompatibility()
265 document_ += yamlCompatiblityEnabled_ ? ": " in writeValue()
/external/jsoncpp/include/json/
Dwriter.h50 bool yamlCompatiblityEnabled_; variable