Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/api/
H A DBPFTable.cc132 StatusTuple BPFTable::remove_value(const std::string& key_str) { in remove_value() function in ebpf::BPFTable
625 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFProgTable
654 StatusTuple BPFCgroupArray::remove_value(const int& index) { in remove_value() function in ebpf::BPFCgroupArray
681 StatusTuple BPFDevmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFDevmapTable
708 StatusTuple BPFXskmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFXskmapTable
728 StatusTuple BPFSockmapTable::remove_value(const int& index) { in remove_value() function in ebpf::BPFSockmapTable
748 StatusTuple BPFSockhashTable::remove_value(const int& key) { in remove_value() function in ebpf::BPFSockhashTable
H A 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
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py353 def remove_value(value): function
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/page/
Dslot.rs409 pub(super) fn remove_value<F: FreeList<C>>( in remove_value() function