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

  /external/jsoncpp/include/json/
writer.h 67 bool dropNullPlaceholders_;
  /external/jsoncpp/src/lib_json/
json_writer.cpp 181 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false),
186 void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; }
201 if (!dropNullPlaceholders_)
  /external/protobuf/conformance/third_party/jsoncpp/
json.h     [all...]
jsoncpp.cpp     [all...]

Completed in 365 milliseconds