Searched defs:DeltaObject (Results 1 – 1 of 1) sorted by relevance
43 struct DeltaObject { struct44 DeltaObject(const string& in_name, const int in_type, const off_t in_size) in DeltaObject() argument46 bool operator<(const DeltaObject& object) const { in operator <()49 string name;50 int type;51 off_t size;