Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DLibCxxList.cpp28 class ListEntry class
31 ListEntry () {} in ListEntry() function in ListEntry
32 ListEntry (ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {} in ListEntry() function in ListEntry
33 ListEntry (const ListEntry& rhs) : m_entry_sp(rhs.m_entry_sp) {} in ListEntry() function in ListEntry
34 ListEntry (ValueObject* entry) : m_entry_sp(entry ? entry->GetSP() : ValueObjectSP()) {} in ListEntry() function in ListEntry