Searched refs:ignore_str (Results 1 – 3 of 3) sorted by relevance
79 fn ignore_str(&mut self) -> Result<()>; in ignore_str() method336 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function535 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method663 fn ignore_str(&mut self) -> Result<()> { in ignore_str() method664 self.delegate.ignore_str() in ignore_str()739 fn ignore_str(&mut self) -> Result<()> { in ignore_str() function740 R::ignore_str(self) in ignore_str()
1043 tri!(self.read.ignore_str()); in ignore_value()1107 tri!(self.read.ignore_str()); in ignore_value()
803 static PyObject *ignore_str = NULL; in create_filter() local810 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()