Home
last modified time | relevance | path

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

/external/perfetto/python/generators/trace_processor_table/
Dserialize.py290 class TableSerializer(object): class
/external/rust/android-crates-io/crates/toml/src/
Dvalue.rs1058 pub(crate) struct TableSerializer; struct
1060 impl ser::Serializer for TableSerializer { implementation