Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DgenericClassWithStaticFactory.js73 return this.listFactory.RemoveEntry(this.next);
126 public RemoveEntry<T>(entry: List<T>): List<T> {
202 return this.listFactory.RemoveEntry(this.next);
250 ListFactory.prototype.RemoveEntry = function (entry) { method in ListFactory
DgenericClassWithStaticFactory.types276 return this.listFactory.RemoveEntry(this.next);
277 >this.listFactory.RemoveEntry(this.next) : List<T>
278 >this.listFactory.RemoveEntry : <T>(entry: List<T>) => List<T>
282 >RemoveEntry : <T>(entry: List<T>) => List<T>
509 public RemoveEntry<T>(entry: List<T>): List<T> {
510 >RemoveEntry : <T>(entry: List<T>) => List<T>
DgenericClassWithStaticFactory.symbols264 return this.listFactory.RemoveEntry(this.next);
265 >this.listFactory.RemoveEntry : Symbol(ListFactory.RemoveEntry, Decl(genericClassWithStaticFactory.…
269 >RemoveEntry : Symbol(ListFactory.RemoveEntry, Decl(genericClassWithStaticFactory.ts, 122, 9))
500 public RemoveEntry<T>(entry: List<T>): List<T> {
501 >RemoveEntry : Symbol(ListFactory.RemoveEntry, Decl(genericClassWithStaticFactory.ts, 122, 9))
/third_party/typescript/tests/cases/compiler/
DgenericClassWithStaticFactory.ts72 return this.listFactory.RemoveEntry(this.next);
125 public RemoveEntry<T>(entry: List<T>): List<T> { method in ListFactory
/third_party/node/deps/v8/src/objects/
Dcompilation-cache-table.cc384 RemoveEntry(entry_index); in Age()
393 RemoveEntry(entry_index); in Age()
405 RemoveEntry(entry_index); in Remove()
410 void CompilationCacheTable::RemoveEntry(int entry_index) { in RemoveEntry() function in v8::internal::CompilationCacheTable
Dcompilation-cache-table.h132 void RemoveEntry(int entry_index); in EXTERN_DECLARE_HASH_TABLE()
Dhash-table.h364 void RemoveEntry(InternalIndex entry); in EXPORT_TEMPLATE_DECLARE()
Dobjects.cc6442 table->RemoveEntry(entry); in Remove()
6456 void ObjectHashTableBase<Derived, Shape>::RemoveEntry(InternalIndex entry) { in RemoveEntry() function in v8::internal::ObjectHashTableBase
/third_party/node/deps/v8/src/snapshot/
Dserializer.h75 RemoveEntry(entry); in Remove()
84 RemoveEntry(from_entry); in Move()
112 void RemoveEntry(base::HashMap::Entry* entry) { in RemoveEntry() function
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.h200 void RemoveEntry(TNode<EphemeronHashTable> table, TNode<IntPtrT> key_index,
Dbuiltins-collections-gen.cc2505 void WeakCollectionsBuiltinsAssembler::RemoveEntry( in RemoveEntry() function in v8::internal::WeakCollectionsBuiltinsAssembler
2653 RemoveEntry(table, key_index, number_of_elements); in TF_BUILTIN()
/third_party/node/deps/v8/src/heap/
Dscavenger.cc707 table.RemoveEntry(i); in ClearYoungEphemerons()
730 table.RemoveEntry(InternalIndex(*iti)); in ClearOldEphemerons()
Dmark-compact.cc2968 table.RemoveEntry(i); in ClearWeakCollections()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp91279 void RemoveEntry(PLDHashEntryHdr* aEntry);
92367 void RemoveEntry(KeyType aKey) in RemoveEntry() function in nsTHashtable
92376 void RemoveEntry(EntryType* aEntry) in RemoveEntry() function in nsTHashtable
92378 mTable.RemoveEntry(aEntry); in RemoveEntry()
92675 void RemoveEntry(T* aKey) in RemoveEntry() function in nsTHashtable
92677 Base::RemoveEntry(aKey); in RemoveEntry()
92680 void RemoveEntry(EntryType* aEntry) in RemoveEntry() function in nsTHashtable
92682 Base::RemoveEntry(reinterpret_cast<::detail::VoidPtrHashKey*>(aEntry)); in RemoveEntry()
92841 void Remove(KeyType aKey) { this->RemoveEntry(aKey); } in Remove()
92952 this->RemoveEntry(ent); in GetAndRemove()