Searched refs:EntryStorage (Results 1 – 1 of 1) sorted by relevance
220 struct EntryStorage { struct in __anon6123840f0111::UsapTableEntry224 bool operator!=(const EntryStorage& other) { in operator !=() argument230 static constexpr EntryStorage INVALID_ENTRY_VALUE = {-1, -1};232 std::atomic<EntryStorage> mStorage;247 EntryStorage storage = mStorage.load(); in ClearForPID()274 EntryStorage storage = mStorage.load(); in Clear()289 std::optional<EntryStorage> GetValues() { in GetValues()290 EntryStorage storage = mStorage.load(); in GetValues()308 EntryStorage new_value_storage; in SetIfInvalid()313 EntryStorage expected = INVALID_ENTRY_VALUE; in SetIfInvalid()