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:as_ref
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/rust/kernel/sync/
H
A
D
arc.rs
267
unsafe { &self.ptr.
as_ref
().data }
in deref()
272
fn
as_ref
(&self) -> &T {
in as_ref()
functions
282
unsafe { bindings::refcount_inc(self.ptr.
as_ref
().refcount.get()) };
in clone()
295
let refcount = unsafe { self.ptr.
as_ref
() }.refcount.get();
in drop()
435
unsafe { &self.inner.
as_ref
().data }
in deref()
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
types.rs
185
&self.0.
as_ref
().unwrap().0
in deref()
362
unsafe { self.ptr.
as_ref
() }
in deref()
H
A
D
str.rs
273
fn
as_ref
(&self) -> &BStr {
in as_ref()
functions
/kernel/linux/linux-6.6/rust/alloc/vec/
H
A
D
drain.rs
68
unsafe { self.vec.
as_ref
().allocator() }
in fmt()
143
fn
as_ref
(&self) -> &[T] {
in as_ref()
functions
H
A
D
into_iter.rs
175
fn
as_ref
(&self) -> &[T] {
in as_ref()
functions
H
A
D
mod.rs
3340
fn
as_ref
(&self) -> &Vec<T, A> {
in fmt()
functions
3354
fn
as_ref
(&self) -> &[T] {
in as_ref()
functions
/kernel/linux/linux-6.6/rust/macros/
H
A
D
module.rs
176
let mut modinfo = ModInfoBuilder::new(info.name.
as_ref
());
/kernel/linux/linux-6.6/rust/alloc/
H
A
D
boxed.rs
2076
fn
as_ref
(&self) -> &T {
in as_ref()
functions
Completed in 11 milliseconds