Home
last modified time | relevance | path

Searched refs:isNull_ (Results 1 – 5 of 5) 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/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2252 : 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()
Djson.h1109 bool isNull_; variable
/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