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:from_slice
(Results
1 - 8
of
8
) sorted by relevance
/third_party/rust/crates/rustix/tests/io/
H
A
D
pipe.rs
94
IoSliceRaw::
from_slice
(b"hello"),
in test_vmsplice_write()
95
IoSliceRaw::
from_slice
(b" "),
in test_vmsplice_write()
96
IoSliceRaw::
from_slice
(b"world"),
in test_vmsplice_write()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H
A
D
types.rs
108
pub fn
from_slice
(buf: &'a [u8]) -> Self {
in from_slice()
functions
/third_party/rust/crates/cxx/macro/src/
H
A
D
load.rs
77
let ref root: Node = match serde_json::
from_slice
(ast_dump_bytes) {
in load()
/third_party/rust/crates/rustix/src/backend/libc/io/
H
A
D
types.rs
139
pub fn
from_slice
(buf: &'a [u8]) -> Self {
in from_slice()
functions
/third_party/rust/crates/nix/src/sys/
H
A
D
uio.rs
186
pub fn
from_slice
(buf: &'a [u8]) -> IoVec<&'a [u8]> {
in from_slice()
functions
/third_party/rust/crates/rust-openssl/openssl/src/
H
A
D
dsa.rs
418
/// let r = BigNum::
from_slice
(&signature.r().to_vec()).unwrap();
419
/// let s = BigNum::
from_slice
(&signature.s().to_vec()).unwrap();
668
let r = BigNum::
from_slice
(&signature.r().to_vec()).unwrap();
in test_signature_der()
669
let s = BigNum::
from_slice
(&signature.s().to_vec()).unwrap();
in test_signature_der()
H
A
D
bn.rs
808
/// `self` can be recreated by using `
from_slice
`.
816
/// assert_eq!(BigNum::
from_slice
(&s_vec).unwrap(), r);
834
/// `self` can be recreated by using `
from_slice
`.
1104
/// let bignum = BigNum::
from_slice
(&[0x12, 0x00, 0x34]).unwrap();
1109
pub fn
from_slice
(n: &[u8]) -> Result<BigNum, ErrorStack> {
in from_slice()
functions
1409
let v1 = BigNum::
from_slice
(&vec).unwrap();
in test_to_from_slice()
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
20851
fn
from_slice
(slice: &[T]) -> Self;
in from_slice()
functions
20856
default fn
from_slice
(v: &[T]) -> Self {
20863
fn
from_slice
(v: &[T]) -> Self {
in from_slice()
functions
21229
<Self as RcFromSlice<T>>::
from_slice
(v)
in from()
24503
fn
from_slice
(slice: &[T]) -> Self;
in from_slice()
functions
24508
default fn
from_slice
(v: &[T]) -> Self {
24515
fn
from_slice
(v: &[T]) -> Self {
in from_slice()
functions
25570
<Self as ArcFromSlice<T>>::
from_slice
(v)
in from()
[all...]
Completed in 46 milliseconds