Lines Matching full:child
86 // Opens and closes a child entry. A child entry is a regular EntryImpl object
88 // stored by that child.
93 // Deletes the current child and continues the current operation (open).
96 // Continues the current operation (open) without a current child.
99 // Returns true if the required child is tracked by the parent entry, i.e. it
103 // Sets the bit for the current child to the provided |value|. In other words,
104 // starts or stops tracking this child.
110 // Verify that the range to be accessed for the current child is appropriate.
113 // the child).
124 // Initializes the sparse info for the current child.
130 // Performs a single operation with the current child. Returns true when we
131 // should move on to the next child and false when we should interrupt our
135 // Performs the required work for GetAvailableRange for one child.
149 EntryImpl* child_; // The current child entry.
151 bool pending_; // True if any child IO operation returned pending.
168 int child_offset_; // Offset to use for the current child.
169 int child_len_; // Bytes to read or write for this child.