Home
last modified time | relevance | path

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

/external/bcc/src/cc/api/
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
DBPFTable.h219 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py353 def remove_value(value): function