Searched refs:isInt64 (Results 1 – 13 of 13) sorted by relevance
544 bool isInt64 = false; in scan() local592 isInt64 = true; in scan()607 isInt64 = true; in scan()618 if (isInt64 && pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan()648 bool isInt64 = false; in scan() local700 isInt64 = true; in scan()715 isInt64 = true; in scan()726 if (!isInt64 && ival > 0xffffffffu) in scan()732 if (isInt64 && pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan()777 bool isInt64 = false; in scan() local[all …]
401 bool isInt64() const;668 template <> inline bool Value::is<Int64>() const { return isInt64(); }
705 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()1299 bool Value::isInt64() const { in isInt64() function in Json::Value
685 bool isInt64() const;
735 bool isInt64() const;
3114 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()3663 bool Value::isInt64() const { in isInt64() function in Json::Value3705 return isInt64() || isUInt64(); in isIntegral()
3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()3630 bool Value::isInt64() const { in isInt64() function in Json::Value3672 return isInt64() || isUInt64(); in isIntegral()
1494 JSONTEST_ASSERT_EQUAL(check.isInt64_, value.isInt64()); in checkIs()1497 JSONTEST_ASSERT_EQUAL(false, value.isInt64()); in checkIs()3911 JSONTEST_ASSERT_EQUAL(j.is<Json::Int64>(), j.isInt64()); in JSONTEST_FIXTURE_LOCAL()
1736 } else if (arg_value.isInt64()) { in ExportMemorySnapshots()