Searched defs:remove_value (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/api/ | ||
D | BPFTable.cc | 132 StatusTuple BPFTable::remove_value(const std::string& key_str) { in remove_value() function in ebpf::BPFTable |
D | BPFTable.h | 219 virtual StatusTuple remove_value(const KeyType& key) { in remove_value() function |
/external/python/cpython2/Lib/bsddb/test/ | ||
D | test_dbtables.py | 353 def remove_value(value): function |