Home
last modified time | relevance | path

Searched defs:lite_runtime (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dcustomize.rs27 pub lite_runtime: Option<bool>, field
155 let lite_runtime = None; in customize_from_rustproto_for_message() localVariable
192 let lite_runtime = None; in customize_from_rustproto_for_field() localVariable
219 let lite_runtime = rustproto::exts::lite_runtime_all.get(source); in customize_from_rustproto_for_file() localVariable
Denums.rs59 lite_runtime: bool, field
85 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in new() localVariable
Dmessage.rs48 pub lite_runtime: bool, field
68 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in new() localVariable
Dlib.rs248 let lite_runtime = customize.lite_runtime.unwrap_or_else(|| { in gen_file() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/customize/
Drustproto_proto.rs15 let lite_runtime = None; in customize_from_rustproto_for_message() localVariable
40 let lite_runtime = None; in customize_from_rustproto_for_field() localVariable
61 let lite_runtime = rustproto::exts::lite_runtime_all.get(source); in customize_from_rustproto_for_file() localVariable
Dmod.rs102 pub(crate) lite_runtime: Option<bool>, field
156 pub fn lite_runtime(mut self, lite_runtime: bool) -> Self { in lite_runtime() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Denums.rs59 lite_runtime: bool, field
77 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or_else(|| { in new() localVariable
Doneof.rs170 lite_runtime: bool, field
180 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or_else(|| { in parse() localVariable
Dmessage.rs67 pub lite_runtime: bool, field
110 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or_else(|| { in new() localVariable
Dfile.rs54 let lite_runtime = customize.for_elem.lite_runtime.unwrap_or(false); in gen_file() localVariable