Home
last modified time | relevance | path

Searched refs:isInt64 (Results 1 – 12 of 12) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp544 bool isInt64 = false; in scan() local
592 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() local
700 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 …]
/third_party/jsoncpp/include/json/
Dvalue.h416 bool isInt64() const;
680 template <> inline bool Value::is<Int64>() const { return isInt64(); }
/third_party/jsoncpp/src/lib_json/
Djson_value.cpp703 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
1303 bool Value::isInt64() const { in insert() function in Json::Value
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h685 bool isInt64() const;
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h685 bool isInt64() const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h685 bool isInt64() const;
/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h735 bool isInt64() const;
Djsoncpp.cpp3114 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
3663 bool Value::isInt64() const { in isInt64() function in Json::Value
3705 return isInt64() || isUInt64(); in isIntegral()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
3630 bool Value::isInt64() const { in isInt64() function in Json::Value
3672 return isInt64() || isUInt64(); in isIntegral()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
3630 bool Value::isInt64() const { in isInt64() function in Json::Value
3672 return isInt64() || isUInt64(); in isIntegral()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3082 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
3630 bool Value::isInt64() const { in isInt64() function in Json::Value
3672 return isInt64() || isUInt64(); in isIntegral()
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp1506 JSONTEST_ASSERT_EQUAL(check.isInt64_, value.isInt64()); in checkIs()
1509 JSONTEST_ASSERT_EQUAL(false, value.isInt64()); in checkIs()
3888 JSONTEST_ASSERT_EQUAL(j.is<Json::Int64>(), j.isInt64()); in JSONTEST_FIXTURE_LOCAL()