Searched refs:asInt64 (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/js-native-api/test_conversions/ |
D | test.js | 27 [test.asInt32, test.asUInt32, test.asInt64].forEach((asInt) => { 47 assert.strictEqual(test.asInt64(-1), -1);
|
/third_party/jsoncpp/include/json/ |
D | value.h | 389 Int64 asInt64() const; 667 template <> inline Int64 Value::as<Int64>() const { return asInt64(); }
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1009 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1035 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1061 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1088 JSONTEST_ASSERT_EQUAL(-(Json::Int64(1) << 40), val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1112 JSONTEST_ASSERT_EQUAL(kint64max, val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1164 JSONTEST_ASSERT_EQUAL(kint64min, val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1188 JSONTEST_ASSERT_EQUAL(kint64min, val.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1766 JSONTEST_ASSERT_THROWS(strVal.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1767 JSONTEST_ASSERT_THROWS(objVal.asInt64()); in JSONTEST_FIXTURE_LOCAL() 1768 JSONTEST_ASSERT_THROWS(arrVal.asInt64()); in JSONTEST_FIXTURE_LOCAL() [all …]
|
/third_party/jsoncpp/src/lib_json/ |
D | json_value.cpp | 700 Value::Int64 Value::asInt64() const { in asInt64() function in Json::Value 747 return asInt64(); in asLargestInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 673 Int64 asInt64() const;
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 673 Int64 asInt64() const;
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 673 Int64 asInt64() const;
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | json.h | 723 Int64 asInt64() const;
|
D | jsoncpp.cpp | 3109 Value::Int64 Value::asInt64() const { in asInt64() function in Json::Value 3156 return asInt64(); in asLargestInt()
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3077 Value::Int64 Value::asInt64() const { in asInt64() function in Json::Value 3124 return asInt64(); in asLargestInt()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3077 Value::Int64 Value::asInt64() const { in asInt64() function in Json::Value 3124 return asInt64(); in asLargestInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3077 Value::Int64 Value::asInt64() const { in asInt64() function in Json::Value 3124 return asInt64(); in asLargestInt()
|