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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineTraceEventProcessor.cpp 238 unsigned long long layerTreeId = event.asUInt(InstrumentationEventArguments::LayerTreeId);
241 m_layerId = event.asUInt(InstrumentationEventArguments::LayerId);
255 m_layerId = event.asUInt(InstrumentationEventArguments::LayerId);
283 unsigned long long layerId = event.asUInt(InstrumentationEventArguments::LayerId);
312 unsigned long long layerId = event.asUInt(InstrumentationEventArguments::LayerId);
356 unsigned long long pageId = event.asUInt(InstrumentationEventArguments::PageId);
TimelineTraceEventProcessor.h 183 unsigned long long asUInt(const char* name) const
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 477 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0);
478 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1);
479 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1);
480 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff);
481 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff);
482 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000);
485 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0);
486 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1);
487 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1);
488 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff)
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 478 LLAssert(llong((uint16_t)0).asUInt() == (uint16_t)0);
479 LLAssert(llong((uint16_t)1).asUInt() == (uint16_t)1);
480 LLAssert(llong((uint16_t)-1).asUInt() == (uint16_t)-1);
481 LLAssert(llong((uint16_t)0x7fff).asUInt() == (uint16_t)0x7fff);
482 LLAssert(llong((uint16_t)0xffff).asUInt() == (uint16_t)0xffff);
483 LLAssert(llong((uint16_t)0x8000).asUInt() == (uint16_t)0x8000);
486 LLAssert(llong((uint32_t)0).asUInt() == (uint32_t)0);
487 LLAssert(llong((uint32_t)1).asUInt() == (uint32_t)1);
488 LLAssert(llong((uint32_t)-1).asUInt() == (uint32_t)-1);
489 LLAssert(llong((uint32_t)0x7fffffff).asUInt() == (uint32_t)0x7fffffff)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
json.cc 44 s << in.asUInt();
82 *out = in.asUInt();
json_unittest.cc 237 EXPECT_EQ(in[i], out[i].asUInt());
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 269 UInt asUInt() const;
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 758 Value::asUInt() const
848 return asUInt();
    [all...]

Completed in 86 milliseconds