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:user_slice
(Results
1 - 2
of
2
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H
A
D
mod.rs
227
let mut
user_slice
= [0_u8; 10];
variables
230
let mut size =
user_slice
.len();
231
while size ==
user_slice
.len() {
232
let mut buf = ylong_runtime::io::ReadBuf::new(
user_slice
.as_mut_slice());
237
output_vec.extend_from_slice(&
user_slice
[..size]);
241
let mut
user_slice
= [0_u8; 12];
variables
247
let mut buf = ylong_runtime::io::ReadBuf::new(
user_slice
.as_mut_slice());
322
let mut
user_slice
= [0_u8; 12];
variables
323
let mut buf = ylong_runtime::io::ReadBuf::new(
user_slice
.as_mut_slice());
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H
A
D
chunk.rs
47
/// let mut
user_slice
= [0_u8; 10];
50
/// // First encoding,
user_slice
is filled.
51
/// let size = task.data(
user_slice
.as_mut_slice()).unwrap();
52
/// assert_eq!(&
user_slice
[..size], "17\r\naaaaa ".as_bytes());
53
/// output_vec.extend_from_slice(
user_slice
.as_mut_slice());
55
/// // Second encoding,
user_slice
is filled.
56
/// let size = task.data(
user_slice
.as_mut_slice()).unwrap();
57
/// assert_eq!(&
user_slice
[..size], "bbbbb cccc".as_bytes());
58
/// output_vec.extend_from_slice(
user_slice
.as_mut_slice());
60
/// // Third encoding,
user_slice
i
1480
let mut
user_slice
= [0_u8; 20];
ut_chunk_body_encode_trailer_0()
variables
1500
let mut
user_slice
= [0_u8; 20];
ut_chunk_body_encode_0()
variables
1521
let mut
user_slice
= [0_u8; 20];
ut_chunk_body_encode_1()
variables
1551
let mut
user_slice
= [0_u8; 20];
global()
variables
1583
let mut
user_slice
= [0_u8; 1024];
global()
variables
[all...]
Completed in 2 milliseconds