Searched defs:SetEntry (Results 1 – 3 of 3) sorted by relevance
273 struct SetEntry { struct274 SetEntry() : id(0), MIB() {} in SetEntry() argument275 bool Empty() { return id == 0; } in Empty()276 void Print() { in Print()281 u64 id;282 MemInfoBlock MIB;
62 void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; } in SetEntry() function in __anon591da4050111::ListEntry
74 void SetEntry(ValueObjectSP entry) { m_entry_sp = entry; } in SetEntry() function in MapEntry