/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/ |
H A D | lib.rs | 232 tree: TokenTree, in tree_to_bridge_tree() 267 fn push(&mut self, tree: TokenTree) { in push() 392 fn next(&mut self) -> Option<TokenTree> { in next() 662 pub enum TokenTree { enum 678 impl !Send for TokenTree {} implementation 680 impl !Sync for TokenTree {} implementation 682 impl TokenTree { impl 713 impl fmt::Debug for TokenTree { implementation 727 impl From<Group> for TokenTree { implementation 728 fn from(g: Group) -> TokenTree { in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/ |
H A D | lib.rs | 234 tree: TokenTree, in tree_to_bridge_tree() 269 fn push(&mut self, tree: TokenTree) { in push() 394 fn next(&mut self) -> Option<TokenTree> { in next() 664 pub enum TokenTree { enum 680 impl !Send for TokenTree {} implementation 682 impl !Sync for TokenTree {} implementation 684 impl TokenTree { impl 715 impl fmt::Debug for TokenTree { implementation 729 impl From<Group> for TokenTree { implementation 730 fn from(g: Group) -> TokenTree { in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/ |
H A D | lib.rs | 234 tree: TokenTree, in tree_to_bridge_tree() 269 fn push(&mut self, tree: TokenTree) { in push() 394 fn next(&mut self) -> Option<TokenTree> { in next() 664 pub enum TokenTree { enum 680 impl !Send for TokenTree {} implementation 682 impl !Sync for TokenTree {} implementation 684 impl TokenTree { implementation 715 impl fmt::Debug for TokenTree { implementation 729 impl From<Group> for TokenTree { implementation 730 fn from(g: Group) -> TokenTree { in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/ |
H A D | lib.rs | 234 tree: TokenTree, in tree_to_bridge_tree() 269 fn push(&mut self, tree: TokenTree) { in push() 394 fn next(&mut self) -> Option<TokenTree> { in next() 664 pub enum TokenTree { enum 680 impl !Send for TokenTree {} implementation 682 impl !Sync for TokenTree {} implementation 684 impl TokenTree { implementation 715 impl fmt::Debug for TokenTree { implementation 729 impl From<Group> for TokenTree { implementation 730 fn from(g: Group) -> TokenTree { in from() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/ |
H A D | lib.rs | 232 tree: TokenTree, in tree_to_bridge_tree() 267 fn push(&mut self, tree: TokenTree) { in push() 392 fn next(&mut self) -> Option<TokenTree> { in next() 662 pub enum TokenTree { enum 678 impl !Send for TokenTree {} implementation 680 impl !Sync for TokenTree {} implementation 682 impl TokenTree { implementation 713 impl fmt::Debug for TokenTree { implementation 727 impl From<Group> for TokenTree { implementation 728 fn from(g: Group) -> TokenTree { in from() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/ |
D | lib.rs | 548 pub enum TokenTree { enum 559 impl TokenTree { impl 586 impl From<Group> for TokenTree { implementation 592 impl From<Ident> for TokenTree { implementation 598 impl From<Punct> for TokenTree { implementation 604 impl From<Literal> for TokenTree { implementation 614 impl Display for TokenTree { implementation 626 impl Debug for TokenTree { implementation 1301 fn next(&mut self) -> Option<TokenTree> { in next()
|
D | fallback.rs | 66 fn take_inner(self) -> RcVecBuilder<TokenTree> { in take_inner() 72 fn push_token_from_proc_macro(mut vec: RcVecMut<TokenTree>, token: TokenTree) { in push_token_from_proc_macro() 88 fn push_negative_literal(mut vec: RcVecMut<TokenTree>, mut literal: Literal) { in push_token_from_proc_macro() 136 pub fn push_token_from_parser(&mut self, tt: TokenTree) { in push_token_from_parser()
|
D | wrapper.rs | 159 fn into_compiler_token(token: TokenTree) -> proc_macro::TokenTree { in into_compiler_token() 330 fn next(&mut self) -> Option<TokenTree> { in next()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/ |
H A D | lib.rs | 567 pub enum TokenTree { enum 578 impl TokenTree { implementation 605 impl From<Group> for TokenTree { implementation 611 impl From<Ident> for TokenTree { implementation 617 impl From<Punct> for TokenTree { implementation 623 impl From<Literal> for TokenTree { implementation 633 impl Display for TokenTree { implementation 645 impl Debug for TokenTree { implementation 1330 fn next(&mut self) -> Option<TokenTree> { in next()
|
H A D | fallback.rs | 70 fn take_inner(self) -> RcVecBuilder<TokenTree> { in take_inner() 76 fn push_token_from_proc_macro(mut vec: RcVecMut<TokenTree>, token: TokenTree) { in push_token_from_proc_macro() 92 fn push_negative_literal(mut vec: RcVecMut<TokenTree>, mut literal: Literal) { in push_token_from_proc_macro() 140 pub fn push_token_from_parser(&mut self, tt: TokenTree) { in push_token_from_parser()
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/ |
D | respan.rs | 10 fn respan_token(mut token: TokenTree, span: Span) -> TokenTree { in respan_token()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/ |
H A D | respan.rs | 10 fn respan_token(mut token: TokenTree, span: Span) -> TokenTree { in respan_token()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quote/src/ |
D | ext.rs | 14 U: Into<TokenTree>; in append() 62 U: Into<TokenTree>, in append()
|
D | runtime.rs | 271 fn respan_token_tree(mut token: TokenTree, span: Span) -> TokenTree { in respan_token_tree()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/quote-1.0.36/src/ |
H A D | ext.rs | 14 U: Into<TokenTree>; in append() 62 U: Into<TokenTree>, in append()
|
H A D | runtime.rs | 271 fn respan_token_tree(mut token: TokenTree, span: Span) -> TokenTree { in respan_token_tree()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustversion/src/ |
D | iter.rs | 18 pub fn peek(&mut self) -> Option<&TokenTree> { in peek()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.15/src/ |
H A D | iter.rs | 18 pub fn peek(&mut self) -> Option<&TokenTree> { in peek()
|
/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/src/ |
D | lib.rs | 279 let TokenTree::Ident(ident) = tree else { localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/ |
H A D | lib.rs | 14 fn string(s: &str) -> TokenTree { in string()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/ |
H A D | lib.rs | 14 fn string(s: &str) -> TokenTree { in string()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/ |
H A D | lib.rs | 14 fn string(s: &str) -> TokenTree { in string()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/ |
H A D | lib.rs | 14 fn string(s: &str) -> TokenTree { in string()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/simd-test-macro/src/ |
H A D | lib.rs | 14 fn string(s: &str) -> TokenTree { in string()
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/src/ |
D | receiver.rs | 105 out: &mut Vec<TokenTree>, in visit_token_stream()
|