Lines Matching refs:Extent
35 void AppendBlockToExtents(std::vector<Extent>* extents, uint64_t block);
57 void StoreExtents(const std::vector<Extent>& extents,
58 google::protobuf::RepeatedPtrField<Extent>* out);
61 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents,
62 std::vector<Extent>* out_vector);
65 std::string ExtentsToString(const std::vector<Extent>& extents);
70 google::protobuf::RepeatedPtrField<Extent>* extents,
71 const google::protobuf::RepeatedPtrField<Extent>& extents_to_add);
76 void NormalizeExtents(std::vector<Extent>* extents);
82 std::vector<Extent> ExtentsSublist(const std::vector<Extent>& extents,
86 bool operator==(const Extent& a, const Extent& b);
102 const google::protobuf::RepeatedPtrField<Extent>& src_extents) in BlockIterator()
120 const google::protobuf::RepeatedPtrField<Extent>& src_extents_;
125 std::ostream& operator<<(std::ostream& out, const Extent& extent);