Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Djava_iterator.h51 virtual void Remove() { in Remove() function
78 virtual void Remove() { in Remove() function
/third_party/node/deps/v8/src/codegen/arm64/
Dassembler-arm64-inl.h60 inline void CPURegList::Remove(const CPURegList& other) { in Remove() function
72 inline void CPURegList::Remove(const CPURegister& other1, in Remove() function
88 inline void CPURegList::Remove(int code) { in Remove() function
/third_party/node/deps/v8/src/base/
Denum-set.h39 void Remove(E element) { bits_ &= ~Mask(element); } in Remove() function
40 void Remove(EnumSet set) { bits_ &= ~set.bits_; } in Remove() function
/third_party/vixl/src/
Dcpu-features.cc74 void CPUFeatures::Remove(const CPUFeatures& other) { in Remove() function in vixl::CPUFeatures
78 void CPUFeatures::Remove(Feature feature) { in Remove() function in vixl::CPUFeatures
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
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
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/node/deps/v8/src/profiler/
Dcircular-queue-inl.h33 void SamplingCircularQueue<T, L>::Remove() { in Remove() function
/third_party/skia/third_party/externals/tint/src/utils/
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/node/src/
Dcleanup_queue-inl.h35 void CleanupQueue::Remove(Callback cb, void* arg) { in Remove() function
/third_party/node/deps/v8/src/compiler/
Drefs-map.cc30 ObjectData* RefsMap::Remove(const Address& key) { in Remove() function in v8::internal::compiler::RefsMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombineWorklist.h72 void Remove(Instruction *I) { in Remove() function
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dmutator_cache.cc53 MutatorCache::Value MutatorCache::Remove(const Key& key) { in Remove() function in tint::fuzzers::spvtools_fuzzer::MutatorCache
/third_party/typescript/tests/cases/compiler/
DmissingTypeArguments3.ts31 Remove(key: TKey): void; method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp176 SetVector<NodeId> Remove = DeadInstrs; in run() local
215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
/third_party/node/deps/v8/src/deoptimizer/
Dmaterialized-object-store.cc37 bool MaterializedObjectStore::Remove(Address fp) { in Remove() function in v8::internal::MaterializedObjectStore
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs167 public bool Remove(Extension item) in Remove() method in Google.Protobuf.ExtensionRegistry
/third_party/rust/crates/clap/examples/derive_ref/
Dhand_subcommand.rs18 Remove(RemoveArgs), enumerator
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan.go117 func (l *SpanList) Remove(s Span) { func
/third_party/node/deps/v8/src/handles/
Dpersistent-handles.cc114 void PersistentHandlesList::Remove(PersistentHandles* persistent_handles) { in Remove() function in v8::internal::PersistentHandlesList
/third_party/lzma/CPP/Windows/Control/
DImageList.h69 bool Remove(int index) in Remove() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h116 void Remove(MachinePassRegistryNode<PassCtorTy> *Node) { in Remove() function
/third_party/node/deps/v8/src/heap/
Dlist.h55 void Remove(T* element) { in Remove() function
Dremembered-set.h48 static void Remove(SlotSet* slot_set, MemoryChunk* chunk, Address slot_addr) { in Remove() function
122 static void Remove(MemoryChunk* chunk, Address slot_addr) { in Remove() function
/third_party/skia/third_party/externals/spirv-tools/source/
Denum_set.h98 void Remove(EnumType c) { RemoveWord(ToWord(c)); } in Remove() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h98 void Remove(EnumType c) { RemoveWord(ToWord(c)); } in Remove() function

1234