Home
last modified time | relevance | path

Searched refs:current_is_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dstate.rs12 current_is_array: bool, field
119 self.current_is_array = true; in start_array_table()
156 self.current_is_array = false; in start_table()
170 } else if self.current_is_array { in finalize_table()
314 current_is_array: false, in default()