HomeSort by relevance Sort by last modified time
    Searched defs:IsLong (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/hid/
hid_report_descriptor_item.cc 31 if (IsLong()) {
72 bool HidReportDescriptorItem::IsLong() const { return tag() == kTagLong; }
75 return IsLong() ? 3 : 1;
83 DCHECK(!IsLong());
  /art/runtime/verifier/
reg_type.h 196 virtual bool IsLong() const {
498 bool IsLong() const {

Completed in 111 milliseconds