Lines Matching refs:peek_ch
201 let peek_ch = match eat_whitespace_until_not!(self) { in parse_bool() localVariable
208 match peek_ch { in parse_bool()
229 let peek_ch = match eat_whitespace_until_not!(self) { in de_parse_number() localVariable
236 match peek_ch { in de_parse_number()
263 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_any() localVariable
270 match peek_ch { in deserialize_any()
389 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_bytes() localVariable
396 match peek_ch { in deserialize_bytes()
417 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_option() localVariable
424 match peek_ch { in deserialize_option()
438 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_unit() localVariable
445 match peek_ch { in deserialize_unit()
481 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_seq() localVariable
488 match peek_ch { in deserialize_seq()
535 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_map() localVariable
542 match peek_ch { in deserialize_map()
587 let peek_ch = match eat_whitespace_until_not!(self) { in deserialize_enum() localVariable
594 match peek_ch { in deserialize_enum()
666 let peek_ch = match eat_whitespace_until_not!(self.deserializer) { in next_element_seed() localVariable
687 match peek_ch { in next_element_seed()
711 let peek_ch = match eat_whitespace_until_not!(self.deserializer) { in next_key_seed() localVariable
734 match peek_ch { in next_key_seed()