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:StackRef
(Results
1 - 1
of
1
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H
A
D
stack.rs
32
pub(crate) struct
StackRef
<T: Stackof>(ForeignRefWrapper, PhantomData<T>);
38
unsafe impl<T: Stackof + Send> Send for
StackRef
<T> {}
40
unsafe impl<T: Stackof + Sync> Sync for
StackRef
<T> {}
43
type Target =
StackRef
<T>;
45
fn deref(&self) -> &
StackRef
<T> {
in deref()
46
unsafe {
StackRef
::from_ptr(self.0) }
in deref()
51
fn deref_mut(&mut self) -> &mut
StackRef
<T> {
in deref_mut()
52
unsafe {
StackRef
::from_ptr_mut(self.0) }
in deref_mut()
56
impl<T: Stackof> AsRef<
StackRef
<T>> for Stack<T> {
57
fn as_ref(&self) -> &
StackRef
<
101
impl<T: Stackof>
StackRef
<T> {
global()
impls
122
impl<T: Stackof>
StackRef
<T> {
global()
impls
[all...]
Completed in 1 milliseconds