Home
last modified time | relevance | path

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

/external/deqp-deps/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 …]
/external/jsoncpp/include/json/
Dvalue.h401 bool isInt64() const;
668 template <> inline bool Value::is<Int64>() const { return isInt64(); }
/external/jsoncpp/src/lib_json/
Djson_value.cpp705 JSON_ASSERT_MESSAGE(isInt64(), "LargestUInt out of Int64 range"); in asInt64()
1299 bool Value::isInt64() const { in isInt64() function in Json::Value
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h685 bool isInt64() const;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h685 bool isInt64() const;
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h685 bool isInt64() const;
/external/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()
/external/deqp-deps/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()
/external/shaderc/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()
/external/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()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1494 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()
/external/perfetto/src/trace_processor/
Dexport_json.cc1736 } else if (arg_value.isInt64()) { in ExportMemorySnapshots()