Home
last modified time | relevance | path

Searched refs:removeEntry (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h39 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.ts122 removeEntry(entry: Entry<T>): void { method in FormattingElementList
Dformatting-element-list.test.ts169 list.removeEntry(list.entries[2]);
Dindex.ts1317 p.activeFormattingElements.removeEntry(formattingElementEntry);
1351 p.activeFormattingElements.removeEntry(formattingElementEntry);
1376 p.activeFormattingElements.removeEntry(elementEntry);
1446 p.activeFormattingElements.removeEntry(formattingElementEntry);
2012 p.activeFormattingElements.removeEntry(activeElementEntry);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4removeEntry(e){for(let t=this.length-1;t>=0;t--)if(this.entries[t]===e){this.entries.splice(t,1),t… method in e.onattribname.anonymousFunctionda82894820e00.t
/third_party/typescript/lib/
Dlib.webworker.d.ts1746 removeEntry(name: string, options?: FileSystemRemoveOptions): Promise<void>; method
Dlib.dom.d.ts5425 removeEntry(name: string, options?: FileSystemRemoveOptions): Promise<void>; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1726 removeEntry(name: string, options?: FileSystemRemoveOptions): Promise<void>; method
Ddom.generated.d.ts5405 removeEntry(name: string, options?: FileSystemRemoveOptions): Promise<void>; method