Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IntoSpans
(Results
1 - 6
of
6
) sorted by relevance
/third_party/rust/crates/syn/src/
H
A
D
span.rs
5
pub trait
IntoSpans
<S> {
traits
9
impl
IntoSpans
<Span> for Span {
15
impl
IntoSpans
<[Span; 1]> for Span {
21
impl
IntoSpans
<[Span; 2]> for Span {
27
impl
IntoSpans
<[Span; 3]> for Span {
33
impl
IntoSpans
<[Span; 1]> for [Span; 1] {
impls
39
impl
IntoSpans
<[Span; 2]> for [Span; 2] {
impls
45
impl
IntoSpans
<[Span; 3]> for [Span; 3] {
impls
51
impl
IntoSpans
<DelimSpan> for Span {
59
impl
IntoSpans
<DelimSpa
[all...]
H
A
D
custom_punctuation.rs
86
pub fn $ident<__S: $crate::__private::
IntoSpans
<$crate::custom_punctuation_repr!($($tt)+)>>(
91
spans: $crate::__private::
IntoSpans
::into_spans(spans)
H
A
D
custom_keyword.rs
99
pub fn $ident<__S: $crate::__private::
IntoSpans
<$crate::__private::Span>>(
103
span: $crate::__private::
IntoSpans
::into_spans(span),
H
A
D
lookahead.rs
4
use crate::span::
IntoSpans
;
159
impl<S>
IntoSpans
<S> for TokenMarker {
H
A
D
token.rs
106
use crate::span::
IntoSpans
;
262
pub fn $name<S:
IntoSpans
<Span>>(span: S) -> $name {
in display()
389
pub fn $name<S:
IntoSpans
<[Span; $len]>>(spans: S) -> $name {
498
pub fn $name<S:
IntoSpans
<DelimSpan>>(span: S) -> $name {
625
pub fn Group<S:
IntoSpans
<Span>>(span: S) -> Group {
in Group()
H
A
D
export.rs
46
pub use crate::span::
IntoSpans
;
Completed in 4 milliseconds