HomeSort by relevance Sort by last modified time
    Searched refs:yamlCompatiblityEnabled_ (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/include/json/
writer.h 66 bool yamlCompatiblityEnabled_;
  /external/jsoncpp/src/lib_json/
json_writer.cpp 181 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false),
184 void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; }
238 document_ += yamlCompatiblityEnabled_ ? ": " : ":";

Completed in 1227 milliseconds