Searched refs:ChangeRecord (Results 1 – 2 of 2) sorted by relevance
57 struct ChangeRecord { struct65 ChangeRecord(const bool isDeletion, const int64_t timestampNs, const string& package, in ChangeRecord() argument76 const unsigned int kBytesChangeRecord = sizeof(struct ChangeRecord);167 std::list<ChangeRecord> mChanges;
322 for (const ChangeRecord& record : mChanges) { in appendUidMap()