Home
last modified time | relevance | path

Searched refs:_span (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_span/
DREADME.md1 # pw\_span: Stand-in for C++20's std::span
/external/rust/crates/async-trait/tests/
Dtest.rs593 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/
Dbitwise.c161 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/
Ddiagnostic.rs244 for (kind, note, _span) in suggestions { in to_tokens()
/external/rust/crates/quote/src/
Dlib.rs593 let _span: $crate::__private::Span = $span; localVariable
594 $crate::quote_each_token_spanned!(_s _span $($tt)*);
/external/rust/crates/tokio-macros/src/
Dentry.rs108 worker_threads.map(|(val, _span)| val) in build()
/external/rust/crates/syn/tests/common/
Deq.rs534 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/
Dparse.rs448 while let Some((inner, _span, rest)) = cursor.group(Delimiter::None) { in span_of_unexpected_ignoring_nones()