Home
last modified time | relevance | path

Searched defs:replace_entry (Results 1 – 7 of 7) sorted by relevance

/external/iptables/iptables/
Dnft-shared.h83 int (*replace_entry)(struct nft_handle *h, member
Dip6tables.c237 replace_entry(const xt_chainlabel chain, in replace_entry() function
Diptables.c236 replace_entry(const xt_chainlabel chain, in replace_entry() function
/external/rust/crates/hashbrown/src/
Drustc_entry.rs481 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
Dmap.rs5369 pub fn replace_entry(self, value: V) -> (K, V) { in replace_entry() method
6097 pub fn replace_entry(self, value: V) -> (K, V) in replace_entry() method
/external/rust/crates/dashmap/src/mapref/
Dentry.rs228 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method
/external/rust/crates/hashlink/src/
Dlinked_hash_map.rs872 pub fn replace_entry(mut self, value: V) -> (K, V) { in replace_entry() method