Home
last modified time | relevance | path

Searched refs:allowDroppedNullPlaceholders_ (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/include/json/
Dfeatures.h49 bool allowDroppedNullPlaceholders_; variable
/external/jsoncpp/src/lib_json/
Djson_reader.cpp36 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
44 features.allowDroppedNullPlaceholders_ = false; in strictMode()
200 if (features_.allowDroppedNullPlaceholders_) { in readValue()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp248 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {} in Features()
256 features.allowDroppedNullPlaceholders_ = false; in strictMode()
406 if (features_.allowDroppedNullPlaceholders_) { in readValue()
1085 bool allowDroppedNullPlaceholders_; member in Json::OurFeatures
1355 if (features_.allowDroppedNullPlaceholders_) { in readValue()
2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool(); in newCharReader()
Djson.h363 bool allowDroppedNullPlaceholders_; variable