Home
last modified time | relevance | path

Searched defs:write_struct (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/
Dcommand_printer.py208 def write_struct(self, field_name: str, struct_fn, optional: bool, count: Optional[int], member in CommandPrinter
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Denums.rs165 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method
Dmessage.rs499 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dmessage.rs570 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dwrite.rs248 fn write_struct<'a>(out: &mut OutFile<'a>, strct: &'a Struct, methods: &[&ExternFn]) { in write_struct() function
/aosp_15_r20/external/rust/cxx/gen/src/
Dwrite.rs248 fn write_struct<'a>(out: &mut OutFile<'a>, strct: &'a Struct, methods: &[&ExternFn]) { in write_struct() function
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dfdt.rs714 fn write_struct(&mut self, mut writer: impl io::Write) -> Result<()> { in write_struct() method