Searched defs:write_struct (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | command_printer.py | 208 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/ |
D | enums.rs | 165 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method
|
D | message.rs | 499 fn write_struct(&self, w: &mut CodeWriter) { in write_struct() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | message.rs | 570 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 D | write.rs | 248 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/ |
D | write.rs | 248 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 D | fdt.rs | 714 fn write_struct(&mut self, mut writer: impl io::Write) -> Result<()> { in write_struct() method
|