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