Searched defs:DELETED (Results 1 – 5 of 5) sorted by relevance
44 private static final FieldData DELETED = new FieldData(); field in FieldArray
214 DELETED, // For use in WTF::HashMap only enumerator
44 private static final Object DELETED = new Object(); field in SparseArray
50 enum { EMPTY = 0, FILLED, DELETED } state; enumerator
117 const DELETED: u8 = 0b1000_0000; constant