• Home
  • Raw
  • Download

Lines Matching refs:checks

165   IsCheck checks;  in JSONTEST_FIXTURE()  local
166 checks.isObject_ = true; in JSONTEST_FIXTURE()
167 JSONTEST_ASSERT_PRED(checkIs(emptyObject_, checks)); in JSONTEST_FIXTURE()
168 JSONTEST_ASSERT_PRED(checkIs(object1_, checks)); in JSONTEST_FIXTURE()
207 IsCheck checks; in JSONTEST_FIXTURE() local
208 checks.isArray_ = true; in JSONTEST_FIXTURE()
209 JSONTEST_ASSERT_PRED(checkIs(emptyArray_, checks)); in JSONTEST_FIXTURE()
210 JSONTEST_ASSERT_PRED(checkIs(array1_, checks)); in JSONTEST_FIXTURE()
248 IsCheck checks; in JSONTEST_FIXTURE() local
249 checks.isNull_ = true; in JSONTEST_FIXTURE()
250 JSONTEST_ASSERT_PRED(checkIs(null_, checks)); in JSONTEST_FIXTURE()
273 IsCheck checks; in JSONTEST_FIXTURE() local
274 checks.isString_ = true; in JSONTEST_FIXTURE()
275 JSONTEST_ASSERT_PRED(checkIs(emptyString_, checks)); in JSONTEST_FIXTURE()
276 JSONTEST_ASSERT_PRED(checkIs(string_, checks)); in JSONTEST_FIXTURE()
277 JSONTEST_ASSERT_PRED(checkIs(string1_, checks)); in JSONTEST_FIXTURE()
302 IsCheck checks; in JSONTEST_FIXTURE() local
303 checks.isBool_ = true; in JSONTEST_FIXTURE()
304 JSONTEST_ASSERT_PRED(checkIs(false_, checks)); in JSONTEST_FIXTURE()
305 JSONTEST_ASSERT_PRED(checkIs(true_, checks)); in JSONTEST_FIXTURE()
342 IsCheck checks; in JSONTEST_FIXTURE() local
369 checks = IsCheck(); in JSONTEST_FIXTURE()
370 checks.isInt_ = true; in JSONTEST_FIXTURE()
371 checks.isInt64_ = true; in JSONTEST_FIXTURE()
372 checks.isUInt_ = true; in JSONTEST_FIXTURE()
373 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
374 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
375 checks.isDouble_ = true; in JSONTEST_FIXTURE()
376 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
377 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
397 checks = IsCheck(); in JSONTEST_FIXTURE()
398 checks.isInt_ = true; in JSONTEST_FIXTURE()
399 checks.isInt64_ = true; in JSONTEST_FIXTURE()
400 checks.isUInt_ = true; in JSONTEST_FIXTURE()
401 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
402 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
403 checks.isDouble_ = true; in JSONTEST_FIXTURE()
404 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
405 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
429 checks = IsCheck(); in JSONTEST_FIXTURE()
430 checks.isInt_ = true; in JSONTEST_FIXTURE()
431 checks.isInt64_ = true; in JSONTEST_FIXTURE()
432 checks.isUInt_ = true; in JSONTEST_FIXTURE()
433 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
434 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
435 checks.isDouble_ = true; in JSONTEST_FIXTURE()
436 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
437 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
453 checks = IsCheck(); in JSONTEST_FIXTURE()
454 checks.isInt_ = true; in JSONTEST_FIXTURE()
455 checks.isInt64_ = true; in JSONTEST_FIXTURE()
456 checks.isUInt_ = true; in JSONTEST_FIXTURE()
457 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
458 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
459 checks.isDouble_ = true; in JSONTEST_FIXTURE()
460 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
461 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
481 checks = IsCheck(); in JSONTEST_FIXTURE()
482 checks.isInt_ = true; in JSONTEST_FIXTURE()
483 checks.isInt64_ = true; in JSONTEST_FIXTURE()
484 checks.isUInt_ = true; in JSONTEST_FIXTURE()
485 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
486 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
487 checks.isDouble_ = true; in JSONTEST_FIXTURE()
488 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
489 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
509 checks = IsCheck(); in JSONTEST_FIXTURE()
510 checks.isInt_ = true; in JSONTEST_FIXTURE()
511 checks.isInt64_ = true; in JSONTEST_FIXTURE()
512 checks.isUInt_ = true; in JSONTEST_FIXTURE()
513 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
514 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
515 checks.isDouble_ = true; in JSONTEST_FIXTURE()
516 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
517 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
536 checks = IsCheck(); in JSONTEST_FIXTURE()
537 checks.isInt_ = true; in JSONTEST_FIXTURE()
538 checks.isInt64_ = true; in JSONTEST_FIXTURE()
539 checks.isUInt_ = true; in JSONTEST_FIXTURE()
540 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
541 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
542 checks.isDouble_ = true; in JSONTEST_FIXTURE()
543 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
544 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
564 checks = IsCheck(); in JSONTEST_FIXTURE()
565 checks.isInt_ = true; in JSONTEST_FIXTURE()
566 checks.isInt64_ = true; in JSONTEST_FIXTURE()
567 checks.isUInt_ = true; in JSONTEST_FIXTURE()
568 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
569 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
570 checks.isDouble_ = true; in JSONTEST_FIXTURE()
571 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
572 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
592 checks = IsCheck(); in JSONTEST_FIXTURE()
593 checks.isInt_ = true; in JSONTEST_FIXTURE()
594 checks.isInt64_ = true; in JSONTEST_FIXTURE()
595 checks.isUInt_ = true; in JSONTEST_FIXTURE()
596 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
597 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
598 checks.isDouble_ = true; in JSONTEST_FIXTURE()
599 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
600 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
621 checks = IsCheck(); in JSONTEST_FIXTURE()
622 checks.isInt_ = true; in JSONTEST_FIXTURE()
623 checks.isInt64_ = true; in JSONTEST_FIXTURE()
624 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
625 checks.isDouble_ = true; in JSONTEST_FIXTURE()
626 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
627 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
645 checks = IsCheck(); in JSONTEST_FIXTURE()
646 checks.isInt_ = true; in JSONTEST_FIXTURE()
647 checks.isInt64_ = true; in JSONTEST_FIXTURE()
648 checks.isUInt_ = true; in JSONTEST_FIXTURE()
649 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
650 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
651 checks.isDouble_ = true; in JSONTEST_FIXTURE()
652 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
653 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
673 checks = IsCheck(); in JSONTEST_FIXTURE()
674 checks.isInt_ = true; in JSONTEST_FIXTURE()
675 checks.isInt64_ = true; in JSONTEST_FIXTURE()
676 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
677 checks.isDouble_ = true; in JSONTEST_FIXTURE()
678 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
679 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
697 checks = IsCheck(); in JSONTEST_FIXTURE()
698 checks.isInt64_ = true; in JSONTEST_FIXTURE()
699 checks.isUInt_ = true; in JSONTEST_FIXTURE()
700 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
701 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
702 checks.isDouble_ = true; in JSONTEST_FIXTURE()
703 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
704 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
726 checks = IsCheck(); in JSONTEST_FIXTURE()
727 checks.isDouble_ = true; in JSONTEST_FIXTURE()
728 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
729 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
745 checks = IsCheck(); in JSONTEST_FIXTURE()
746 checks.isDouble_ = true; in JSONTEST_FIXTURE()
747 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
748 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
764 checks = IsCheck(); in JSONTEST_FIXTURE()
765 checks.isDouble_ = true; in JSONTEST_FIXTURE()
766 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
767 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
783 checks = IsCheck(); in JSONTEST_FIXTURE()
784 checks.isInt64_ = true; in JSONTEST_FIXTURE()
785 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
786 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
787 checks.isDouble_ = true; in JSONTEST_FIXTURE()
788 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
789 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
809 checks = IsCheck(); in JSONTEST_FIXTURE()
810 checks.isInt64_ = true; in JSONTEST_FIXTURE()
811 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
812 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
813 checks.isDouble_ = true; in JSONTEST_FIXTURE()
814 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
815 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
835 checks = IsCheck(); in JSONTEST_FIXTURE()
836 checks.isInt64_ = true; in JSONTEST_FIXTURE()
837 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
838 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
839 checks.isDouble_ = true; in JSONTEST_FIXTURE()
840 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
841 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
862 checks = IsCheck(); in JSONTEST_FIXTURE()
863 checks.isInt64_ = true; in JSONTEST_FIXTURE()
864 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
865 checks.isDouble_ = true; in JSONTEST_FIXTURE()
866 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
867 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
885 checks = IsCheck(); in JSONTEST_FIXTURE()
886 checks.isInt64_ = true; in JSONTEST_FIXTURE()
887 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
888 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
889 checks.isDouble_ = true; in JSONTEST_FIXTURE()
890 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
891 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
912 checks = IsCheck(); in JSONTEST_FIXTURE()
913 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
914 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
915 checks.isDouble_ = true; in JSONTEST_FIXTURE()
916 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
917 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
937 checks = IsCheck(); in JSONTEST_FIXTURE()
938 checks.isInt64_ = true; in JSONTEST_FIXTURE()
939 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
940 checks.isDouble_ = true; in JSONTEST_FIXTURE()
941 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
942 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
961 checks = IsCheck(); in JSONTEST_FIXTURE()
962 checks.isInt64_ = true; in JSONTEST_FIXTURE()
963 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
964 checks.isDouble_ = true; in JSONTEST_FIXTURE()
965 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
966 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
986 checks = IsCheck(); in JSONTEST_FIXTURE()
987 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
988 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
989 checks.isDouble_ = true; in JSONTEST_FIXTURE()
990 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
991 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1010 checks = IsCheck(); in JSONTEST_FIXTURE()
1011 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
1012 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
1013 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1014 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1015 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1032 checks = IsCheck(); in JSONTEST_FIXTURE()
1033 checks.isUInt64_ = true; in JSONTEST_FIXTURE()
1034 checks.isIntegral_ = true; in JSONTEST_FIXTURE()
1035 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1036 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1037 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1056 checks = IsCheck(); in JSONTEST_FIXTURE()
1057 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1058 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1059 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1074 IsCheck checks; in JSONTEST_FIXTURE() local
1082 checks = IsCheck(); in JSONTEST_FIXTURE()
1083 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1084 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1085 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1110 checks = IsCheck(); in JSONTEST_FIXTURE()
1111 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1112 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1113 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1136 checks = IsCheck(); in JSONTEST_FIXTURE()
1137 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1138 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1139 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1166 checks = IsCheck(); in JSONTEST_FIXTURE()
1167 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1168 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1169 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()
1194 checks = IsCheck(); in JSONTEST_FIXTURE()
1195 checks.isDouble_ = true; in JSONTEST_FIXTURE()
1196 checks.isNumeric_ = true; in JSONTEST_FIXTURE()
1197 JSONTEST_ASSERT_PRED(checkIs(val, checks)); in JSONTEST_FIXTURE()