HomeSort by relevance Sort by last modified time
    Searched refs:asUInt (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/
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); }
  /external/jsoncpp/src/test_lib_json/
main.cpp 263 JSONTEST_ASSERT_EQUAL(Json::UInt(0), null_.asUInt());
327 JSONTEST_ASSERT_EQUAL(1, true_.asUInt());
335 JSONTEST_ASSERT_EQUAL(0, false_.asUInt());
385 JSONTEST_ASSERT_EQUAL(0, val.asUInt());
413 JSONTEST_ASSERT_EQUAL(0, val.asUInt());
441 JSONTEST_ASSERT_EQUAL(0, val.asUInt());
469 JSONTEST_ASSERT_EQUAL(0, val.asUInt());
497 JSONTEST_ASSERT_EQUAL(0, val.asUInt());
525 JSONTEST_ASSERT_EQUAL(0, val.asUInt());
552 JSONTEST_ASSERT_EQUAL((1 << 20), val.asUInt());
    [all...]
  /external/icu/icu4c/source/test/intltest/
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/webrtc/webrtc/base/
json.cc 29 s << in.asUInt();
67 *out = in.asUInt();
json_unittest.cc 224 EXPECT_EQ(in[i], out[i].asUInt());
  /external/skia/tools/json/
SkJSONRenderer.cpp 771 buffer.glyphs[j] = glyphs[j].asUInt();
778 buffer.glyphs[j] = glyphs[j].asUInt();
787 buffer.glyphs[j] = glyphs[j].asUInt();
    [all...]
  /external/jsoncpp/include/json/
value.h 265 UInt asUInt() const;
  /external/jsoncpp/src/lib_json/
json_value.cpp 575 Value::UInt Value::asUInt() const {
652 return asUInt();
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 2657 milliseconds