Home
last modified time | relevance | path

Searched refs:byteArrayMap (Results 1 – 1 of 1) sorted by relevance

/system/bpfprogs/test/
Dmock_bpf.cpp34 typedef std::unordered_map<std::vector<uint8_t>, std::vector<uint8_t>, ByteArrayHash> byteArrayMap; typedef
42 std::map<uint32_t, byteArrayMap> map;
90 static byteArrayMap& getCurrentMap(mock_bpf_map* map) { in getCurrentMap()
102 byteArrayMap& currentMap = getCurrentMap(map); in mock_bpf_lookup_elem()
116 byteArrayMap& currentMap = getCurrentMap(map); in mock_bpf_update_elem()
135 byteArrayMap& currentMap = getCurrentMap(map); in mock_bpf_delete_elem()