Searched defs:Tool (Results 1 – 11 of 11) sorted by relevance
681 ### Running Data Build without Configure/Make689 ### Collation UCAData717 ### Disable Pool Bundle732 ### File Substitution
3306 #### JSON to binary representation3369 #### FlatBuffer binary to JSON
20 class Tool; variable
22 class Tool; variable
16 Tool::Tool(const char* n) : name_(n) {} in Tool() function in Tool
88 #### Templates
35 interface Tool { interface
36 interface Tool { interface
190 struct Tool { struct192 const char* name;195 const char* desc;198 enum {208 } when;211 NinjaMain::ToolFunc func;
12 class Tool(object): class
13 class Tool(object): class