Home
last modified time | relevance | path

Searched defs:EntryBase (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_pool.cpp40 struct EntryBase struct
42 EntryBase *mNext;
H A Dtest_linked_list.cpp45 struct EntryBase struct
47 EntryBase *mNext;
/aosp_15_r20/system/logging/logd/
H A DLogStatistics.h190 EntryBase() : size_(0) {} in EntryBase() function
191 explicit EntryBase(const LogStatisticsElement& element) : size_(element.total_len) {} in EntryBase() function