Lines Matching full:customize
9 use crate::customize::ctx::CustomizeElemCtx;
10 use crate::customize::rustproto_proto::customize_from_rustproto_for_file;
49 let customize = parent_customize.child(&customize_from_proto, file_descriptor); in gen_file() localVariable
54 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or(false); in gen_file()
65 if customize.for_elem.lite_runtime.unwrap_or(false) { in gen_file()
69 if customize.for_elem.inside_protobuf != Some(true) { in gen_file()
75 protobuf_crate_path(&customize.for_elem), in gen_file()
100 &customize, in gen_file()
124 &customize, in gen_file()
132 write_extensions(file_descriptor, &root_scope, w, &customize); in gen_file()
136 write_file_descriptor_data(file_descriptor, &customize.for_elem, w); in gen_file()