Searched refs:asUInt64 (Results 1 – 12 of 12) sorted by relevance
157 pipelineLayoutHandle = jsonComputePipeline["layout"].asUInt64(); in importFilesForExternalCompiler()160 stages[jsonStage["stage"].asString()] = jsonStage["module"].asUInt64(); in importFilesForExternalCompiler()167 pipelineLayoutHandle = jsonGraphicsPipeline["layout"].asUInt64(); in importFilesForExternalCompiler()168 renderPassHandle = jsonGraphicsPipeline["renderPass"].asUInt64(); in importFilesForExternalCompiler()172 stages[jsonStages[i]["stage"].asString()] = jsonStages[i]["module"].asUInt64(); in importFilesForExternalCompiler()
390 UInt64 asUInt64() const;670 template <> inline UInt64 Value::as<UInt64>() const { return asUInt64(); }
1011 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1037 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1063 JSONTEST_ASSERT_EQUAL((Json::Int64(1) << 40), val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1114 JSONTEST_ASSERT_EQUAL(kint64max, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1138 JSONTEST_ASSERT_EQUAL(Json::UInt64(1) << 63, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1214 JSONTEST_ASSERT_EQUAL(ten_to_19, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1261 JSONTEST_ASSERT_EQUAL(kuint64max, val.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1770 JSONTEST_ASSERT_THROWS(strVal.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1771 JSONTEST_ASSERT_THROWS(objVal.asUInt64()); in JSONTEST_FIXTURE_LOCAL()1772 JSONTEST_ASSERT_THROWS(arrVal.asUInt64()); in JSONTEST_FIXTURE_LOCAL()[all …]
721 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value755 return asUInt64(); in asLargestUInt()
674 UInt64 asUInt64() const;
724 UInt64 asUInt64() const;
3130 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value3164 return asUInt64(); in asLargestUInt()
3098 Value::UInt64 Value::asUInt64() const { in asUInt64() function in Json::Value3132 return asUInt64(); in asLargestUInt()