Lines Matching refs:root_scope
183 root_scope: &'a RootScope<'a>, field
191 root_scope: &'a RootScope<'a>, in new()
197 root_scope, in new()
204 self.root_scope in input()
213 self.root_scope in output()
546 root_scope: &'a RootScope, in new()
561 root_scope, in new()
655 root_scope: &RootScope, in gen_file()
670 ServiceGen::new(service, file, root_scope).write(&mut w); in gen_file()
687 let root_scope = RootScope { file_descriptors }; in gen() localVariable
698 results.extend(gen_file(file, &root_scope).into_iter()); in gen()