Home
last modified time | relevance | path

Searched defs:rebase (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DemitSkipsThisWithRestParameter.ts1 function rebase(fn: (base: any, ...args: any[]) => any): (...args: any[]) => any { function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_sched_gm107.h20 void rebase(const int base) in rebase() function
Dnv50_ir_emit_nvc0.cpp3044 void rebase(const int base) in rebase() function
/third_party/gn/src/gn/
Dtarget.h217 const SourceDir& rebase() const { return generated_file().rebase_; } in rebase() function