Searched refs:EntryStorage (Results 1 – 1 of 1) sorted by relevance
218 struct EntryStorage { struct in __anon59e4017d0110::UsapTableEntry222 bool operator!=(const EntryStorage& other) { in operator !=() argument228 static constexpr EntryStorage INVALID_ENTRY_VALUE = {-1, -1};230 std::atomic<EntryStorage> mStorage;245 EntryStorage storage = mStorage.load(); in ClearForPID()272 EntryStorage storage = mStorage.load(); in Clear()287 std::optional<EntryStorage> GetValues() { in GetValues()288 EntryStorage storage = mStorage.load(); in GetValues()306 EntryStorage new_value_storage; in SetIfInvalid()311 EntryStorage expected = INVALID_ENTRY_VALUE; in SetIfInvalid()