Lines Matching refs:isInt_
79 bool isInt_; member
370 checks.isInt_ = true; in JSONTEST_FIXTURE()
398 checks.isInt_ = true; in JSONTEST_FIXTURE()
430 checks.isInt_ = true; in JSONTEST_FIXTURE()
454 checks.isInt_ = true; in JSONTEST_FIXTURE()
482 checks.isInt_ = true; in JSONTEST_FIXTURE()
510 checks.isInt_ = true; in JSONTEST_FIXTURE()
537 checks.isInt_ = true; in JSONTEST_FIXTURE()
565 checks.isInt_ = true; in JSONTEST_FIXTURE()
593 checks.isInt_ = true; in JSONTEST_FIXTURE()
622 checks.isInt_ = true; in JSONTEST_FIXTURE()
646 checks.isInt_ = true; in JSONTEST_FIXTURE()
674 checks.isInt_ = true; in JSONTEST_FIXTURE()
1268 isNull_(false), isInt_(false), isInt64_(false), isUInt_(false), in IsCheck()
1277 JSONTEST_ASSERT_EQUAL(check.isInt_, value.isInt()); in checkIs()