Lines Matching refs:isUInt_
81 bool isUInt_; member
372 checks.isUInt_ = true; in JSONTEST_FIXTURE()
400 checks.isUInt_ = true; in JSONTEST_FIXTURE()
432 checks.isUInt_ = true; in JSONTEST_FIXTURE()
456 checks.isUInt_ = true; in JSONTEST_FIXTURE()
484 checks.isUInt_ = true; in JSONTEST_FIXTURE()
512 checks.isUInt_ = true; in JSONTEST_FIXTURE()
539 checks.isUInt_ = true; in JSONTEST_FIXTURE()
567 checks.isUInt_ = true; in JSONTEST_FIXTURE()
595 checks.isUInt_ = true; in JSONTEST_FIXTURE()
648 checks.isUInt_ = true; in JSONTEST_FIXTURE()
699 checks.isUInt_ = true; in JSONTEST_FIXTURE()
1268 isNull_(false), isInt_(false), isInt64_(false), isUInt_(false), in IsCheck()
1278 JSONTEST_ASSERT_EQUAL(check.isUInt_, value.isUInt()); in checkIs()