Home
last modified time | relevance | path

Searched refs:asUInt (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrSwizzle.h38 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/
Ditrbnf.cpp547 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/
Dmain.cpp263 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/
Djson.cc29 s << in.asUInt(); in GetStringFromJson()
67 *out = in.asUInt(); in GetUIntFromJson()
Djson_unittest.cc224 EXPECT_EQ(in[i], out[i].asUInt()); in TEST()
/external/jsoncpp/
DNEWS.txt102 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/
DSkJSONRenderer.cpp771 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/
Djson_value.cpp575 Value::UInt Value::asUInt() const { in asUInt() function in Json::Value
652 return asUInt(); in asLargestUInt()
/external/jsoncpp/include/json/
Dvalue.h265 UInt asUInt() const;
/external/skia/tools/debugger/
DSkDrawCommand.cpp2580 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()