Searched refs:isNull_ (Results 1 – 5 of 5) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 20 : 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/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2252 : current_(), isNull_(true) { in ValueIteratorBase() 2257 : current_(current), isNull_(false) {} in ValueIteratorBase() 2281 if (isNull_ && other.isNull_) { in computeDistance() 2300 if (isNull_) { in isEqual() 2301 return other.isNull_; in isEqual() 2308 isNull_ = other.isNull_; in copy()
|
D | json.h | 1109 bool isNull_; variable
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 77 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/ |
D | value.h | 961 bool isNull_; variable
|