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:unwrap_unchecked
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/once_cell/src/
H
A
D
lib.rs
362
use super::
unwrap_unchecked
;
532
Ok(unsafe {
unwrap_unchecked
(slot.as_ref()) })
in try_insert()
605
Ok(unsafe {
unwrap_unchecked
(self.get()) })
in get_or_try_init()
836
use super::{imp::OnceCell as Imp,
unwrap_unchecked
};
1047
let res = self.get_or_init(|| unsafe {
unwrap_unchecked
(value.take()) });
in try_insert()
1376
unsafe fn
unwrap_unchecked
<T>(val: Option<T>) -> T {
in unwrap_unchecked()
functions
H
A
D
imp_pl.rs
61
let f = unsafe { crate::
unwrap_unchecked
(f.take()) };
104
crate::
unwrap_unchecked
(slot.as_ref())
H
A
D
imp_std.rs
81
let f = unsafe { crate::
unwrap_unchecked
(f.take()) };
112
crate::
unwrap_unchecked
(slot.as_ref())
H
A
D
imp_cs.rs
66
crate::
unwrap_unchecked
(self.value.borrow(CriticalSection::new()).get())
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
31567
unsafe { self.inner.front.as_mut().
unwrap_unchecked
().next_unchecked() }
in next_unchecked()
31656
unsafe { self.inner.back.as_mut().
unwrap_unchecked
().next_back_unchecked() }
in next_back_unchecked()
31693
unsafe { self.inner.front.as_mut().
unwrap_unchecked
().next_unchecked() }
in next_unchecked()
31715
unsafe { self.inner.back.as_mut().
unwrap_unchecked
().next_back_unchecked() }
in next_back_unchecked()
34066
let kv = unsafe { kv.ok().
unwrap_unchecked
() };
in next_unchecked()
34079
let kv = unsafe { kv.ok().
unwrap_unchecked
() };
in next_back_unchecked()
34094
let kv = unsafe { kv.ok().
unwrap_unchecked
() };
in next_unchecked()
34109
let kv = unsafe { kv.ok().
unwrap_unchecked
() };
in next_back_unchecked()
34132
leaf_edge.deallocating_next().
unwrap_unchecked
()
in deallocating_next_unchecked()
34150
leaf_edge.deallocating_next_back().
unwrap_unchecked
()
in deallocating_next_back_unchecked()
[all...]
Completed in 46 milliseconds