Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dedit.rs168 let array = root["bin"].as_array_of_tables_mut().unwrap(); in test_insert_array()
321 let dmp = dmp.as_array_of_tables_mut().unwrap(); in test_remove_array_entry()
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ditem.rs111 pub fn as_array_of_tables_mut(&mut self) -> Option<&mut ArrayOfTables> { in as_array_of_tables_mut() method
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dstate.rs178 .as_array_of_tables_mut() in finalize_table()