Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_json/src/value/object/
H A Dvec.rs209 pub(crate) fn get_mut_by_position(&mut self, index: usize) -> Option<&mut JsonValue> { in get_mut_by_position() method
/ohos5.0/commonlibrary/rust/ylong_json/src/value/
H A Dindex.rs225 return object.get_mut_by_position(pos).unwrap(); in index_into_mut()