Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dmod.rs98 pub(crate) fn check_depth(depth: usize) -> Result<(), super::error::CustomError> { in check_depth() method
129 pub(crate) fn check_depth(_depth: usize) -> Result<(), super::error::CustomError> { in check_depth() method