Searched defs:Tool (Results 1 – 10 of 10) sorted by relevance
682 ### Running Data Build without Configure/Make690 ### Collation UCAData718 ### Disable Pool Bundle733 ### File Substitution
20 class Tool; variable
22 class Tool; variable
17 class Tool; variable
16 Tool::Tool(const char* n) : name_(n) {} in Tool() function in Tool
35 interface Tool { interface
36 interface Tool { interface
194 struct Tool { struct196 const char* name;199 const char* desc;202 enum {212 } when;215 NinjaMain::ToolFunc func;
12 class Tool: class