Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dchanged_props_set.hpp157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry() function in ot::Ncp::ChangedPropsSet
/external/pigweed/pw_kvs/
Dentry_cache.cc130 EntryCache::iterator EntryCache::RemoveEntry(iterator& entry_it) { in RemoveEntry() function in pw::kvs::internal::EntryCache
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_interface.cc230 size_t TpuCompilationCacheInterface::RemoveEntry(const std::string& key) { in RemoveEntry() function in tensorflow::tpu::TpuCompilationCacheInterface
/external/rust/crates/indexmap/tests/
Dquick.rs274 RemoveEntry(K), enumerator
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc422 void RemoveEntry(SOCKET s) { in RemoveEntry() function in grpc_core::SockToPolledFdMap
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc728 void RemoveEntry(SOCKET s) { in RemoveEntry() function in grpc_core::SockToPolledFdMap
/external/cronet/net/disk_cache/blockfile/
Dbackend_impl.cc874 void BackendImpl::RemoveEntry(EntryImpl* entry) { in RemoveEntry() function in disk_cache::BackendImpl