Searched refs:isInt64 (Results 1 – 13 of 13) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 524 bool isInt64 = false; in scan() local 571 isInt64 = true; in scan() 588 isInt64 = true; in scan() 600 if (isInt64 && pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 630 bool isInt64 = false; in scan() local 681 isInt64 = true; in scan() 698 isInt64 = true; in scan() 710 if (!isInt64 && ival > 0xffffffffu) in scan() 716 if (isInt64 && pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan() 761 bool isInt64 = false; in scan() local [all …]
|
/external/jsoncpp/ |
D | NEWS.txt | 8 * isInt, isInt64, isUInt, and isUInt64 return true if and only if the 30 code, use isInt64 to find out whether the value is exactly
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 604 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64() 1126 bool Value::isInt64() const { in isInt64() function in Json::Value 1168 return isInt64() || isUInt64(); in isIntegral()
|
/external/jsoncpp/include/json/ |
D | value.h | 279 bool isInt64() const;
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 685 bool isInt64() const;
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 685 bool isInt64() const;
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 685 bool isInt64() const;
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 735 bool isInt64() const;
|
D | jsoncpp.cpp | 3114 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()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1285 JSONTEST_ASSERT_EQUAL(check.isInt64_, value.isInt64()); in checkIs() 1288 JSONTEST_ASSERT_EQUAL(false, value.isInt64()); in checkIs()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3082 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()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3082 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()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3082 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()
|