Searched defs:lite_runtime (Results 1 – 10 of 10) sorted by relevance
27 pub lite_runtime: Option<bool>, field155 let lite_runtime = None; in customize_from_rustproto_for_message() localVariable192 let lite_runtime = None; in customize_from_rustproto_for_field() localVariable219 let lite_runtime = rustproto::exts::lite_runtime_all.get(source); in customize_from_rustproto_for_file() localVariable
59 lite_runtime: bool, field85 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in new() localVariable
48 pub lite_runtime: bool, field68 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in new() localVariable
248 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in gen_file() localVariable
15 let lite_runtime = None; in customize_from_rustproto_for_message() localVariable40 let lite_runtime = None; in customize_from_rustproto_for_field() localVariable61 let lite_runtime = rustproto::exts::lite_runtime_all.get(source); in customize_from_rustproto_for_file() localVariable
102 pub(crate) lite_runtime: Option<bool>, field156 pub fn lite_runtime(mut self, lite_runtime: bool) -> Self { in lite_runtime() method
59 lite_runtime: bool, field77 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or_else(|| { in new() localVariable
170 lite_runtime: bool, field180 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or_else(|| { in parse() localVariable
67 pub lite_runtime: bool, field110 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or_else(|| { in new() localVariable
54 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or(false); in gen_file() localVariable