Home
last modified time | relevance | path

Searched defs:curKey (Results 1 – 3 of 3) sorted by relevance

/system/bpf/libbpf_android/include/bpf/
DBpfMap.h193 base::Result<Key> curKey = getFirstKey(); in iterate() local
208 base::Result<Key> curKey = getFirstKey(); in iterateWithValue() local
224 base::Result<Key> curKey = getFirstKey(); in iterate() local
239 base::Result<Key> curKey = getFirstKey(); in iterateWithValue() local
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h76 const Key& curKey, int64_t* unknownIfaceBytesTotal) { in getIfaceNameFromMap()
88 const Key& curKey, int64_t* unknownIfaceBytesTotal) { in maybeLogUnknownIface()
/system/netd/libnetdbpf/
DBpfNetworkStatsTest.cpp390 StatsKey curKey = { in TEST_F() local