Lines Matching defs:child
33 // The maximum number of bytes that a child can store.
36 // The size of each data block (tracked by the child allocation bitmap).
39 // Returns the name of a child entry given the base_name and signature of the
41 // If the entry is called entry_name, child entries will be named something
43 // number of the particular child.
91 // the child entries.
137 // Post a task to delete the next child.
158 // Logs the end event for |operation| on a child entry. Range operations log
159 // no events for each child they search through.
433 // Keep using the same child or open another one?.
439 // See if we are tracking this child.
447 EntryImpl* child = static_cast<EntryImpl*>(child_);
448 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
449 child->GetDataSize(kSparseIndex) <
479 // Save the allocation bitmap before closing the child entry.
483 DLOG(ERROR) << "Failed to save child data";
493 // We are deleting the child because something went wrong.
506 // We were not able to open this child; see what we can do.
535 // We may have to increase the bitmap of child entries.
560 // We can write to (or get info from) anywhere in this child.
642 EntryImpl* child = static_cast<EntryImpl*>(child_);
643 child->SetEntryFlags(CHILD_ENTRY);
654 DLOG(ERROR) << "Failed to save child data";
729 // The child will protect himself against closing the entry while IO is in
746 return child_len_; // Move on to the next child.
772 // If the user is searching past the end of this child, bits_found is the