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_std
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
addr.rs
531
pub fn
to_std
(&self) -> net::SocketAddr {
in to_std()
functions
535
Ipv4Addr(sa.sin_addr).
to_std
(),
in to_std()
539
Ipv6Addr(sa.sin6_addr).
to_std
(),
in to_std()
605
pub const fn
to_std
(&self) -> net::IpAddr {
607
IpAddr::V4(ref ip) => net::IpAddr::V4(ip.
to_std
()),
608
IpAddr::V6(ref ip) => net::IpAddr::V6(ip.
to_std
()),
667
pub const fn
to_std
(self) -> net::Ipv4Addr {
731
pub const fn
to_std
(&self) -> net::Ipv6Addr {
740
self.
to_std
().fmt(fmt)
in fmt()
/third_party/rust/crates/nix/test/sys/
H
A
D
test_socket.rs
38
let inet = addr.
to_std
();
in test_inetv4_addr_to_sock_addr()
Completed in 7 milliseconds