Searched refs:getNextKey (Results 1 – 9 of 9) sorted by relevance
88 Result<Key> getNextKey(const Key& key) const { in getNextKey() function197 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate()212 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue()231 using BpfMapRO<Key, Value>::getNextKey;322 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate()337 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue()354 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate()369 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue()
54 K getNextKey(@NonNull K key) throws ErrnoException; in getNextKey() method87 nextKey = getNextKey(curKey); in forEach()
124 key = mBpfMap.getNextKey(key); in isEmpty()
81 currentKey = super.getNextKey(currentKey); in SingleWriterBpfMap()
232 public K getNextKey(@NonNull K key) throws ErrnoException { in getNextKey() method in BpfMap
206 assertNull(mTestMap.getNextKey(nonexistentKey)); in testGetNextKey()210 mTestMap.getNextKey(null); in testGetNextKey()223 assertNull(mTestMap.getNextKey(lastKey)); in testGetNextKey()235 nextKey = mTestMap.getNextKey(nextKey); in testGetNextKey()240 assertEquals(mTestMap.getFirstKey(), mTestMap.getNextKey(nonexistentKey)); in testGetNextKey()244 mTestMap.getNextKey(null); in testGetNextKey()
152 auto nextCookie = mFakeCookieTagMap.getNextKey(curCookie); in TEST_F()157 nextCookie = mFakeCookieTagMap.getNextKey(curCookie); in TEST_F()161 nextCookie = mFakeCookieTagMap.getNextKey(curCookie); in TEST_F()169 nextCookie = mFakeCookieTagMap.getNextKey(curCookie); in TEST_F()
101 public K getNextKey(@NonNull K key) { in getNextKey() method in TestBpfMap
165 ASSERT_FALSE(mFakeCookieTagMap.getNextKey(sockCookie2).ok()); in TEST_F()