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