Lines Matching defs:end
219 // from this one (in particular, the DictItems().end() iterator).
448 // the end of the path can be returned in the form specified.
551 bool IsAtEnd() const { return it_ == target_.dict_.end(); }
565 iterator end() { return dict_.end(); }
569 const_iterator end() const { return dict_.end(); }
609 // the value given. If the index beyond the current end of the list, null
665 // Appends a Value to the end of the list.
691 // Returns a const_iterator to the found item or to end() if none exists.
702 // DEPRECATED, use GetList()::end() instead.
703 iterator end() { return list_.end(); }
707 // DEPRECATED, use GetList()::end() instead.
708 const_iterator end() const { return list_.end(); }