Home
last modified time | relevance | path

Searched refs:new_raw (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/proc-macro2/tests/
Dtest.rs25 Ident::new_raw("String", Span::call_site()).to_string(), in raw_idents()
28 assert_eq!(Ident::new_raw("fn", Span::call_site()).to_string(), "r#fn"); in raw_idents()
34 Ident::new_raw("_", Span::call_site()); in ident_raw_underscore()
40 Ident::new_raw("super", Span::call_site()); in ident_raw_reserved()
/third_party/protobuf/python/google/protobuf/internal/
Dunknown_fields_test.py120 new_raw = unittest_mset_pb2.RawMessageSet()
121 new_raw.MergeFromString(reserialized)
122 self.assertEqual(raw, new_raw)
/third_party/rust/crates/quote/src/
Druntime.rs480 Ident::new_raw(id, span) in ident_maybe_raw()
/third_party/rust/crates/proc-macro2/src/
Dlib.rs975 pub fn new_raw(string: &str, span: Span) -> Self { in new_raw() method
Dwrapper.rs673 Span::Compiler(s) => Ident::Compiler(proc_macro::Ident::new_raw(string, s)), in new_raw_checked()