Home | History | Annotate | Download | only in utils

Lines Matching full:child

39             key(e.key), value(e.value), parent(e.parent), child(e.child) { }
41 key(e->key), value(e->value), parent(e->parent), child(e->child) { }
47 sp<Entry<EntryKey, EntryValue> > child;
226 mYoungest->child = entry;
234 entry->parent->child = entry->child;
237 if (entry->child.get()) {
238 entry->child->parent = entry->parent;
242 mOldest = entry->child;
250 entry->child.clear();