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:IoVec
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/nix/src/sys/
H
A
D
uio.rs
151
/// both reading and writing. Each `
IoVec
` specifies the base address and
155
note = "`
IoVec
` is no longer used in the public interface, use `IoSlice` or `IoSliceMut` instead"
163
pub struct
IoVec
<T>(pub(crate) libc::iovec, PhantomData<T>);
structure names
166
impl<T>
IoVec
<T> {
impls
167
/// View the `
IoVec
` as a Rust slice.
183
impl<'a>
IoVec
<&'a [u8]> {
impls
184
/// Create an `
IoVec
` from a Rust slice.
186
pub fn from_slice(buf: &'a [u8]) ->
IoVec
<&'a [u8]> {
in from_slice()
187
IoVec
(
in from_slice()
198
impl<'a>
IoVec
<
impls
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H
A
D
wasm-runtime.cpp
382
struct
IoVec
{
struct
391
WasmArray<
IoVec
> Iov = VarArgs[1];
in env$$__syscall145()
411
WasmArray<
IoVec
> Iov = VarArgs[1];
in env$$__syscall146()
Completed in 1 milliseconds