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_std
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/nix/src/sys/socket/
H
A
D
addr.rs
461
pub fn
from_std
(std: &net::SocketAddr) -> InetAddr {
in from_std()
functions
472
sin_addr: Ipv4Addr::
from_std
(addr.ip()).0,
in from_std()
485
sin6_addr: Ipv6Addr::
from_std
(addr.ip()).0,
in from_std()
598
pub fn
from_std
(std: &net::IpAddr) -> IpAddr {
in from_std()
functions
600
net::IpAddr::V4(ref std) => IpAddr::V4(Ipv4Addr::
from_std
(std)),
in from_std()
601
net::IpAddr::V6(ref std) => IpAddr::V6(Ipv6Addr::
from_std
(std)),
in from_std()
651
// Use pass by reference for symmetry with Ipv6Addr::
from_std
653
pub fn
from_std
(std: &net::Ipv4Addr) -> Ipv4Addr {
in from_std()
functions
721
pub fn
from_std
(std: &net::Ipv6Addr) -> Ipv6Addr {
in from_std()
functions
/third_party/rust/crates/nix/test/sys/
H
A
D
test_socket.rs
22
let addr = InetAddr::
from_std
(&actual);
in test_inetv4_addr_to_sock_addr()
48
let addr = InetAddr::
from_std
(&actual);
in test_inetv4_addr_roundtrip_sockaddr_storage_to_addr()
143
let addr = InetAddr::
from_std
(&actual);
in test_inetv6_addr_roundtrip_sockaddr_storage_to_addr()
Completed in 7 milliseconds