Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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