Home
last modified time | relevance | path

Searched defs:Remove (Results 1 - 25 of 67) sorted by relevance

123

/third_party/node/src/
H A Dcleanup_queue-inl.h35 void CleanupQueue::Remove(Callback cb, void* arg) { in Remove() function in node::CleanupQueue
/third_party/node/deps/v8/src/compiler/
H A Drefs-map.cc30 ObjectData* RefsMap::Remove(const Address& key) { in Remove() function in v8::internal::RefsMap
/third_party/node/deps/v8/src/profiler/
H A Dcircular-queue-inl.h33 void SamplingCircularQueue<T, L>::Remove() { in Remove() function in v8::internal::SamplingCircularQueue
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Djava_iterator.h51 virtual void Remove() { in Remove() function in sfntly::PODIterator
78 virtual void Remove() { in Remove() function in sfntly::RefIterator
/third_party/node/deps/v8/src/deoptimizer/
H A Dmaterialized-object-store.cc37 bool MaterializedObjectStore::Remove(Address fp) { in Remove() function in v8::internal::MaterializedObjectStore
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h72 void Remove(Instruction *I) { in Remove() function in llvm::InstCombineWorklist
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dmutator_cache.cc53 MutatorCache::Value MutatorCache::Remove(const Key& key) { in Remove() function in tint::fuzzers::spvtools_fuzzer::MutatorCache
/third_party/node/deps/v8/src/base/
H A Denum-set.h39 void Remove(E element) { bits_ &= ~Mask(element); } in Remove() function in v8::base::EnumSet
40 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove() function in v8::base::EnumSet
/third_party/node/deps/v8/src/handles/
H A Dpersistent-handles.cc114 void PersistentHandlesList::Remove(PersistentHandles* persistent_handles) { in Remove() function in v8::internal::PersistentHandlesList
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs66 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
117 public bool Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.ReadOnlyDictionary
H A DRepeatedField.cs375 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.RepeatedField
H A DMapField.cs147 public bool Remove(TKey key) in Remove() method in Google.Protobuf.Collections.MapField
317 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) in Remove() method in Google.Protobuf.Collections.MapField
814 public bool Remove(T item) in Remove() method in Google.Protobuf.Collections.MapField.MapView
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtensionRegistry.cs167 public bool Remove(Extension item) in Remove() method in Google.Protobuf.ExtensionRegistry
/third_party/skia/third_party/externals/spirv-tools/source/
H A Denum_set.h98 void Remove(EnumType c) { RemoveWord(ToWord(c)); } in Remove() function in spvtools::EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Denum_set.h98 void Remove(EnumType c) { RemoveWord(ToWord(c)); } in Remove() function in spvtools::EnumSet
/third_party/vixl/src/
H A Dcpu-features.cc75 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() function in vixl::CPUFeatures
79 void CPUFeatures::Remove(Feature feature) { in Remove() function in vixl::CPUFeatures
H A Dcpu-features.h356 void Remove(T first, U... others) { in Remove() function in vixl::CPUFeatures
[all...]
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dandroid.py10 import subprocess # TODO(borenet): No! Remove this. namespace
/third_party/lzma/CPP/Windows/Control/
H A DImageList.h69 bool Remove(int index) in Remove() function in NWindows::NControl::CImageList
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h106 T ZoneList<T>::Remove(int i) { in Remove() function in v8::internal::ZoneList
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpage-memory.cc163 void PageMemoryRegionTree::Remove(PageMemoryRegion* region) { in Remove() function in cppgc::internal::PageMemoryRegionTree
/third_party/node/deps/v8/src/heap/
H A Dlist.h55 void Remove(T* element) { in Remove() function in v8::internal::heap::List
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set.h70 inline EnumSet& Remove(VALUES... values) { in Remove() function
82 inline EnumSet& Remove(EnumSet s) { return (*this = *this - s); } in Remove() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function in llvm::MachinePassRegistry
/third_party/ninja/src/
H A Dclean.cc56 void Cleaner::Remove(const string& path) { in Remove() function in Cleaner

Completed in 12 milliseconds

123