Home
last modified time | relevance | path

Searched defs:LitIntRepr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dlit.rs91 struct LitIntRepr { struct
92 token: Literal,
93 digits: Box<str>,
94 suffix: Box<str>,
641 impl Clone for LitIntRepr { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dlit.rs92 struct LitIntRepr { struct
93 token: Literal,
94 digits: Box<str>,
95 suffix: Box<str>,
687 impl Clone for LitIntRepr { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dlit.rs92 struct LitIntRepr { struct
93 token: Literal,
94 digits: Box<str>,
95 suffix: Box<str>,
687 impl Clone for LitIntRepr { implementation