Searched refs:asUInt (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | GrSwizzle.h | 38 bool operator==(const GrSwizzle& that) const { return this->asUInt() == that.asUInt(); } 147 uint32_t asUInt() const { return *SkTCast<const uint32_t*>(fSwiz); } in asUInt() function
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 547 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0); 548 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1); 549 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1); 550 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff); 551 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff); 552 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000); 555 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0); 556 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1); 557 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1); 558 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff); [all …]
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 263 JSONTEST_ASSERT_EQUAL(Json::UInt(0), null_.asUInt()); in JSONTEST_FIXTURE() 327 JSONTEST_ASSERT_EQUAL(1, true_.asUInt()); in JSONTEST_FIXTURE() 335 JSONTEST_ASSERT_EQUAL(0, false_.asUInt()); in JSONTEST_FIXTURE() 385 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE() 413 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE() 441 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE() 469 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE() 497 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE() 525 JSONTEST_ASSERT_EQUAL(0, val.asUInt()); in JSONTEST_FIXTURE() 552 JSONTEST_ASSERT_EQUAL((1 << 20), val.asUInt()); in JSONTEST_FIXTURE() [all …]
|
/external/webrtc/webrtc/base/ |
D | json.cc | 29 s << in.asUInt(); in GetStringFromJson() 67 *out = in.asUInt(); in GetUIntFromJson()
|
D | json_unittest.cc | 224 EXPECT_EQ(in[i], out[i].asUInt()); in TEST()
|
/external/jsoncpp/ |
D | NEWS.txt | 102 Json::Value::asInt() and Json::Value::asUInt() still returns plain 117 Warning: Json::Value::asInt() and Json::Value::asUInt() now returns
|
/external/skia/tools/json/ |
D | SkJSONRenderer.cpp | 771 buffer.glyphs[j] = glyphs[j].asUInt(); in processTextBlob() 778 buffer.glyphs[j] = glyphs[j].asUInt(); in processTextBlob() 787 buffer.glyphs[j] = glyphs[j].asUInt(); in processTextBlob()
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 575 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value 652 return asUInt(); in asLargestUInt()
|
/external/jsoncpp/include/json/ |
D | value.h | 265 UInt asUInt() const;
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 2580 buffer.glyphs[j] = glyphs[j].asUInt(); in fromJSON() 2587 buffer.glyphs[j] = glyphs[j].asUInt(); in fromJSON() 2596 buffer.glyphs[j] = glyphs[j].asUInt(); in fromJSON()
|