/external/cronet/base/fuchsia/ |
D | scoped_service_publisher.h | 51 ~ScopedServicePublisher() { pseudo_dir_->RemoveEntry(name_); } in ~ScopedServicePublisher() 94 ~ScopedNaturalServicePublisher() { pseudo_dir_->RemoveEntry(name_); } in ~ScopedNaturalServicePublisher()
|
/external/openthread/src/ncp/ |
D | changed_props_set.hpp | 157 void RemoveEntry(uint8_t aIndex) { ClearBit(mChangedSet, aIndex); } in RemoveEntry() function in ot::Ncp::ChangedPropsSet
|
D | ncp_base.cpp | 883 mChangedPropsSet.RemoveEntry(index); in UpdateChangedProps()
|
/external/rust/crates/indexmap/tests/ |
D | quick.rs | 274 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/ |
D | grpc_ares_ev_driver_windows.cc | 422 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/ |
D | entry_cache.h | 196 iterator RemoveEntry(iterator& entry_it);
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_interface.h | 247 size_t RemoveEntry(const std::string& key) ABSL_EXCLUSIVE_LOCKS_REQUIRED(mu_);
|
D | tpu_compilation_cache_interface.cc | 230 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/ |
D | entry_cache.cc | 130 EntryCache::iterator EntryCache::RemoveEntry(iterator& entry_it) { in RemoveEntry() function in pw::kvs::internal::EntryCache
|
D | key_value_store.cc | 423 it = entry_cache_.RemoveEntry(it); in RemoveDeletedKeyEntries()
|
/external/cronet/net/disk_cache/blockfile/ |
D | backend_impl.h | 150 void RemoveEntry(EntryImpl* entry);
|
D | entry_impl.cc | 523 backend_->RemoveEntry(this); in DeleteEntryData()
|
D | backend_impl.cc | 874 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/ |
D | grpc_ares_ev_driver_windows.cc | 728 void RemoveEntry(SOCKET s) { in RemoveEntry() function in grpc_core::SockToPolledFdMap 802 map->RemoveEntry(s); in CloseSocket()
|