Searched refs:_span (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_span/ |
D | README.md | 1 # pw\_span: Stand-in for C++20's std::span
|
/external/rust/crates/async-trait/tests/ |
D | test.rs | 593 fn new_span(&self, _span: &Attributes) -> Id { in new_span() 596 fn record(&self, _span: &Id, _values: &Record) {} in record() 597 fn record_follows_from(&self, _span: &Id, _follows: &Id) {} in record_follows_from() 606 fn enter(&self, _span: &Id) { in enter() 612 fn exit(&self, _span: &Id) { in exit()
|
/external/tremolo/Tremolo/ |
D | bitwise.c | 161 static void _span(oggpack_buffer *b){ in _span() function 197 _span(b); in oggpack_readinit() 292 if(b->headend<1)_span(b); in oggpack_adv()
|
/external/rust/crates/proc-macro-error/src/ |
D | diagnostic.rs | 244 for (kind, note, _span) in suggestions { in to_tokens()
|
/external/rust/crates/quote/src/ |
D | lib.rs | 593 let _span: $crate::__private::Span = $span; localVariable 594 $crate::quote_each_token_spanned!(_s _span $($tt)*);
|
/external/rust/crates/tokio-macros/src/ |
D | entry.rs | 108 worker_threads.map(|(val, _span)| val) in build()
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 534 Some(TokenTree::Delimited(_span, DelimToken::Bracket, stream)) => stream, in doc_comment() 617 MacArgs::Eq(_span, token) => is_escaped_literal(token, *unescaped), in eq()
|
/external/rust/crates/syn/src/ |
D | parse.rs | 448 while let Some((inner, _span, rest)) = cursor.group(Delimiter::None) { in span_of_unexpected_ignoring_nones()
|