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:to_owned
(Results
1 - 13
of
13
) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H
A
D
async_dir.rs
60
let path = path.as_ref().
to_owned
();
89
let path = path.as_ref().
to_owned
();
119
let path = path.as_ref().
to_owned
();
145
let path = path.as_ref().
to_owned
();
172
let path = path.as_ref().
to_owned
();
207
let path = path.as_ref().
to_owned
();
238
let from = from.as_ref().
to_owned
();
239
let to = to.as_ref().
to_owned
();
274
let from = from.as_ref().
to_owned
();
275
let to = to.as_ref().
to_owned
();
[all...]
H
A
D
open_options.rs
296
let path = path.as_ref().
to_owned
();
H
A
D
async_file.rs
140
let path = path.as_ref().
to_owned
();
in fmt()
162
let path = path.as_ref().
to_owned
();
in fmt()
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H
A
D
ylong_tokio_udp.rs
90
let sender_addr: SocketAddr = (basic_addr.
to_owned
()
in ylong_udp_send_recv()
94
let receiver_addr: SocketAddr = (basic_addr.
to_owned
()
in ylong_udp_send_recv()
137
let sender_addr = basic_addr.
to_owned
() + &*(port + 2 * i).to_string();
in tokio_udp_send_recv()
138
let receiver_addr = basic_addr.
to_owned
() + &*(port + 2 * i + 1).to_string();
in tokio_udp_send_recv()
177
let sender_addr: SocketAddr = (basic_addr.
to_owned
()
in ylong_udp_send_to_recv_from()
181
let receiver_addr: SocketAddr = (basic_addr.
to_owned
()
in ylong_udp_send_to_recv_from()
220
let sender_addr = basic_addr.
to_owned
() + &*(port + 2 * i).to_string();
in tokio_udp_send_to_recv_from()
221
let receiver_addr = basic_addr.
to_owned
() + &*(port + 2 * i + 1).to_string();
in tokio_udp_send_to_recv_from()
H
A
D
ylong_tokio_uds.rs
61
let addr = $path.
to_owned
() + &i.to_string();
69
let addr = $path.
to_owned
() + &i.to_string();
115
let addr = $path.
to_owned
() + &i.to_string();
123
let addr = $path.
to_owned
() + &i.to_string();
H
A
D
ylong_tokio_tcp.rs
62
let addr = basic_addr.
to_owned
() + &*(port + i).to_string();
114
let addr = (basic_addr.
to_owned
() + &*(port + i).to_string())
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H
A
D
x509.rs
152
X509Ref::
to_owned
(self)
in clone()
159
fn
to_owned
(&self) -> Self::Owned {
in to_owned()
functions
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H
A
D
part.rs
506
assert_eq!(part.headers().
to_owned
(), {
in ut_mime_part_builder()
526
assert_eq!(part.headers().
to_owned
(), {
in ut_mime_part_headers()
546
assert_eq!(part.headers().
to_owned
(), {
in ut_mime_part_headers_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H
A
D
ylong_runtime_tcp.rs
58
let addr = (basic_addr.
to_owned
() + &*(port + i).to_string())
in ylong_tcp_send_recv()
/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/src/
H
A
D
select.rs
106
let default_or_except = TokenStream::from((buf[*idx]).
to_owned
());
in parse_token()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H
A
D
sys.rs
87
let name = unsafe { CStr::from_ptr(name_buf.as_ptr()) }.
to_owned
();
/commonlibrary/rust/ylong_http/ylong_http/src/request/
H
A
D
mod.rs
787
request.body().
to_owned
().as_str(),
in ut_request_new()
/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H
A
D
mod.rs
804
self.0.
to_owned
()
in to_string()
Completed in 8 milliseconds