Home
last modified time | relevance | path

Searched defs:TableSerializer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/perfetto/python/generators/trace_processor_table/
H A Dserialize.py291 class TableSerializer(object): class
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dvalue.rs1061 pub(crate) struct TableSerializer; struct
1063 impl ser::Serializer for TableSerializer { implementation