HomeSort by relevance Sort by last modified time
    Searched refs:yamlCompatiblityEnabled_ (Results 1 - 4 of 4) 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_ ? ": " : ":";
  /external/protobuf/conformance/third_party/jsoncpp/
json.h     [all...]
jsoncpp.cpp     [all...]

Completed in 138 milliseconds