Home
last modified time | relevance | path

Searched refs:isNull_ (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_valueiterator.inl20 : current_(), isNull_(true) {
23 : isArray_(true), isNull_(true) {
31 : current_(current), isNull_(false) {}
87 if (isNull_ && other.isNull_) {
113 if (isNull_) {
114 return other.isNull_;
127 isNull_ = other.isNull_;
/external/jsoncpp/src/test_lib_json/
Dmain.cpp77 bool isNull_; member
249 checks.isNull_ = true; in JSONTEST_FIXTURE()
1268 isNull_(false), isInt_(false), isInt64_(false), isUInt_(false), in IsCheck()
1282 JSONTEST_ASSERT_EQUAL(check.isNull_, value.isNull()); in checkIs()
/external/jsoncpp/include/json/
Dvalue.h961 bool isNull_; variable