Home
last modified time | relevance | path

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

/external/rust/crates/serde_json/src/
Dread.rs79 fn ignore_str(&mut self) -> Result<()>; in ignore_str() method
336 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function
535 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method
663 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method
664 self.delegate.ignore_str() in ignore_str()
739 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function
740 R::ignore_str(self) in ignore_str()
Dde.rs1043 tri!(self.read.ignore_str()); in ignore_value()
1107 tri!(self.read.ignore_str()); in ignore_value()
/external/python/cpython2/Python/
D_warnings.c803 static PyObject *ignore_str = NULL; in create_filter() local
810 if (ignore_str == NULL) { in create_filter()
811 ignore_str = PyString_InternFromString("ignore"); in create_filter()
812 if (ignore_str == NULL) in create_filter()
815 action_obj = ignore_str; in create_filter()