Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/
Dread.rs82 fn ignore_str(&mut self) -> Result<()>; in ignore_str() method
340 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function
542 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method
674 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method
750 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function
/external/python/cpython2/Python/
D_warnings.c803 static PyObject *ignore_str = NULL; in create_filter() local