Searched defs:RemoveEntry (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/tests/cases/compiler/ | ||
| D | genericClassWithStaticFactory.ts | 125 public RemoveEntry<T>(entry: List<T>): List<T> { method in ListFactory |
| /third_party/typescript/tests/baselines/reference/ | ||
| D | genericClassWithStaticFactory.js | 250 ListFactory.prototype.RemoveEntry = function (entry) { method in ListFactory |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ | ||
| D | stylo.hpp | 92367 void RemoveEntry(KeyType aKey) in RemoveEntry() function in nsTHashtable |