Lines Matching refs:_new
930 Literal::_new(format!(concat!("{}", stringify!($kind)), n))
938 Literal::_new(n.to_string())
944 pub(crate) fn _new(repr: String) -> Self { in _new() method
982 Literal::_new(repr.to_owned()) in from_str_unchecked()
1023 Literal::_new(s) in f32_unsuffixed()
1031 Literal::_new(s) in f64_unsuffixed()
1039 Literal::_new(repr) in string()
1052 Literal::_new(repr) in character()
1071 Literal::_new(repr) in byte_character()
1097 Literal::_new(repr) in byte_string()
1125 Literal::_new(repr) in c_string()