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

  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 50 template <size_t SIZE, typename EntryBase = PLTEntryBase>
51 class Entry : public EntryBase {
56 explicit Entry(SectionData& pParent) : EntryBase(pParent) {}
  /system/core/logd/
LogStatistics.h 118 struct EntryBase {
121 EntryBase():size(0) { }
122 EntryBase(LogBufferElement *e):size(e->getMsgLen()) { }
130 struct EntryBaseDropped : public EntryBase {
134 EntryBaseDropped(LogBufferElement *e):EntryBase(e),dropped(e->getDropped()){ }
140 EntryBase::add(e);
144 return EntryBase::subtract(e) && !dropped;
148 EntryBase::subtract(e);
268 struct TagEntry : public EntryBase {
273 EntryBase(e)
    [all...]

Completed in 113 milliseconds