Searched refs:remove_value (Results 1 – 6 of 6) sorted by relevance
64 res = t.remove_value(k);68 res = t.remove_value(k);152 res = t.remove_value(k);156 res = t.remove_value(k);
54 res = t.remove_value(0);62 res = t.remove_value(17);
53 res = t.remove_value("0x11");90 res = t.remove_value("0x07");163 res = t.remove_value(key);
104 StatusTuple remove_value(const std::string& key_str);219 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function256 TRY2(remove_value(cur)); in clear_table_non_atomic()359 StatusTuple remove_value(const int& index);368 StatusTuple remove_value(const int& index);377 StatusTuple remove_value(const int& index);
132 StatusTuple BPFTable::remove_value(const std::string& key_str) { in remove_value() function in ebpf::BPFTable529 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFProgTable558 StatusTuple BPFCgroupArray::remove_value(const int& index) { in remove_value() function in ebpf::BPFCgroupArray585 StatusTuple BPFDevmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFDevmapTable
353 def remove_value(value): function358 mappings={'Access': remove_value})