Searched refs:isNull_ (Results 1 – 3 of 3) sorted by relevance
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_;
77 bool isNull_; member249 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()
961 bool isNull_; variable