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