Home
last modified time | relevance | path

Searched refs:RemoveEntry (Results 1 – 14 of 14) sorted by relevance

/external/cronet/base/fuchsia/
Dscoped_service_publisher.h51 ~ScopedServicePublisher() { pseudo_dir_->RemoveEntry(name_); } in ~ScopedServicePublisher()
94 ~ScopedNaturalServicePublisher() { pseudo_dir_->RemoveEntry(name_); } in ~ScopedNaturalServicePublisher()
/external/openthread/src/ncp/
Dchanged_props_set.hpp157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry() function in ot::Ncp::ChangedPropsSet
Dncp_base.cpp883 mChangedPropsSet.RemoveEntry(index); in UpdateChangedProps()
/external/rust/crates/indexmap/tests/
Dquick.rs274 RemoveEntry(K), enumerator
287 _ => RemoveEntry(K::arbitrary(g)), in arbitrary()
312 RemoveEntry(ref k) => { in do_ops()
/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
481 map->RemoveEntry(s); in CloseSocket()
/external/pigweed/pw_kvs/public/pw_kvs/internal/
Dentry_cache.h196 iterator RemoveEntry(iterator& entry_it);
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_interface.h247 size_t RemoveEntry(const std::string& key) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_);
Dtpu_compilation_cache_interface.cc230 size_t TpuCompilationCacheInterface::RemoveEntry(const std::string& key) { in RemoveEntry() function in tensorflow::tpu::TpuCompilationCacheInterface
263 auto erased = RemoveEntry(entry->subgraph_key); in DiscardEntryRef()
/external/pigweed/pw_kvs/
Dentry_cache.cc130 EntryCache::iterator EntryCache::RemoveEntry(iterator& entry_it) { in RemoveEntry() function in pw::kvs::internal::EntryCache
Dkey_value_store.cc423 it = entry_cache_.RemoveEntry(it); in RemoveDeletedKeyEntries()
/external/cronet/net/disk_cache/blockfile/
Dbackend_impl.h150 void RemoveEntry(EntryImpl* entry);
Dentry_impl.cc523 backend_->RemoveEntry(this); in DeleteEntryData()
Dbackend_impl.cc874 void BackendImpl::RemoveEntry(EntryImpl* entry) { in RemoveEntry() function in disk_cache::BackendImpl
/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
802 map->RemoveEntry(s); in CloseSocket()