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
624 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFProgTable
653 StatusTuple BPFCgroupArray::remove_value(const int& index) { in remove_value() function in ebpf::BPFCgroupArray
680 StatusTuple BPFDevmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFDevmapTable
707 StatusTuple BPFXskmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFXskmapTable
727 StatusTuple BPFSockmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFSockmapTable
747 StatusTuple BPFSockhashTable::remove_value(const int& key) { in remove_value() function in ebpf::BPFSockhashTable
DBPFTable.h291 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function
500 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function
545 virtual StatusTuple remove_value(const int& sock_fd) { in remove_value() function
574 virtual StatusTuple remove_value(const int& fd) { in remove_value() function
603 virtual StatusTuple remove_value(const int& fd) { in remove_value() function
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py353 def remove_value(value): function