Searched defs:JsonNumberLit (Results 1 – 5 of 5) sorted by relevance
4 pub struct JsonNumberLit(pub(crate) String); struct6 impl fmt::Display for JsonNumberLit { implementation
566 fn next_json_number_opt(&mut self) -> LexerResult<Option<JsonNumberLit>> { in next_json_number_opt()
4 pub struct JsonNumberLit(pub String); struct6 impl fmt::Display for JsonNumberLit { implementation
552 fn next_json_number_opt(&mut self) -> LexerResult<Option<JsonNumberLit>> { in next_json_number_opt()
264 fn read_json_number_opt(&mut self) -> ParseResultWithoutLoc<Option<JsonNumberLit>> { in read_json_number_opt()