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:spec_extend
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/rust/alloc/vec/
H
A
D
spec_extend.rs
13
fn
spec_extend
(&mut self, iter: I);
in spec_extend()
functions
26
default fn
spec_extend
(&mut self, iter: I) {
45
default fn
spec_extend
(&mut self, iterator: I) {
61
fn
spec_extend
(&mut self, mut iterator: IntoIter<T>) {
in spec_extend()
functions
85
default fn
spec_extend
(&mut self, iterator: I) {
86
self.
spec_extend
(iterator.cloned())
105
fn
spec_extend
(&mut self, iterator: slice::Iter<'a, T>) {
in spec_extend()
functions
H
A
D
mod.rs
144
use self::
spec_extend
::SpecExtend;
146
use self::
spec_extend
::TrySpecExtend;
148
mod
spec_extend
;
modules
2578
self.
spec_extend
(other.iter())
in extend_from_slice()
3015
<Self as SpecExtend<T, I::IntoIter>>::
spec_extend
(self, iter.into_iter())
in extend()
3268
self.
spec_extend
(iter.into_iter())
in extend()
Completed in 5 milliseconds