Searched defs:Input (Results 1 – 4 of 4) sorted by relevance
39 pub struct Input { struct44 impl Input { argument70 declarations: Vec<Input>, in parse_flags()71 values: Vec<Input>, in parse_flags()209 mut input: Input, in create_java_lib()238 pub fn create_cpp_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<Vec<OutputFile>> { in create_cpp_lib()254 pub fn create_rust_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<OutputFile> { in create_rust_lib()271 caches: Vec<Input>, in create_storage()325 mut input: Vec<Input>, in dump_parsed_flags()
309 fn open_zero_or_more_files(matches: &ArgMatches, arg_name: &str) -> Result<Vec<Input>> { in open_zero_or_more_files()318 fn open_single_file(matches: &ArgMatches, arg_name: &str) -> Result<Input> { in open_single_file()
1308 func (c *RuleBuilderCommand) Input(path Path) *RuleBuilderCommand { func
59 Input Path member