Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dtest_hash_table.cc64 res = t.remove_value(k);
68 res = t.remove_value(k);
152 res = t.remove_value(k);
156 res = t.remove_value(k);
Dtest_prog_table.cc54 res = t.remove_value(0);
62 res = t.remove_value(17);
Dtest_bpf_table.cc53 res = t.remove_value("0x11");
90 res = t.remove_value("0x07");
163 res = t.remove_value(key);
/external/bcc/src/cc/api/
DBPFTable.h104 StatusTuple remove_value(const std::string& key_str);
219 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function
256 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);
DBPFTable.cc132 StatusTuple BPFTable::remove_value(const std::string& key_str) { in remove_value() function in ebpf::BPFTable
529 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFProgTable
558 StatusTuple BPFCgroupArray::remove_value(const int& index) { in remove_value() function in ebpf::BPFCgroupArray
585 StatusTuple BPFDevmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFDevmapTable
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py353 def remove_value(value): function
358 mappings={'Access': remove_value})