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

/external/jsoncpp/include/json/
H A Dwriter.h50 bool yamlCompatiblityEnabled_; member in class:Json::FastWriter
/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp195 : yamlCompatiblityEnabled_( false )
203 yamlCompatiblityEnabled_ = true;
265 document_ += yamlCompatiblityEnabled_ ? ": "

Completed in 906 milliseconds