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

  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 221 SMSPtrTy SMS;
226 : SMS(P), Idx(I), SparseIdx(SI) { }
233 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
238 bool isKeyed() const { return SparseIdx < SMS->Universe; }
240 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
241 unsigned Next() const { return SMS->Dense[Idx].Next; }
243 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
244 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
254 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /external/chromium_org/chromeos/dbus/
dbus_client_bundle.cc 104 { "sms", DBusClientBundle::SMS },
254 if (!IsUsingStub(SMS))
dbus_client_bundle.h 76 SMS = 1 << 16,

Completed in 5523 milliseconds