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:c_ffi
(Results
1 - 3
of
3
) sorted by relevance
/build/rust/tests/test_bindgen_test/test_for_hpp/
H
A
D
main.rs
19
mod
c_ffi
{
modules
28
const UNINIT: ::std::mem::MaybeUninit<
c_ffi
::C> =
in bindgen_test_layout_C()
32
"The mem size of
c_ffi
::C is {} usize",
in bindgen_test_layout_C()
33
::std::mem::size_of::<
c_ffi
::C>()
in bindgen_test_layout_C()
36
"The align_of size of
c_ffi
::C is {} usize",
in bindgen_test_layout_C()
37
::std::mem::align_of::<
c_ffi
::C>()
in bindgen_test_layout_C()
65
const UNINIT: ::std::mem::MaybeUninit<
c_ffi
::D> =
in bindgen_test_layout_D()
69
"The mem size of
c_ffi
::D is {} usize",
in bindgen_test_layout_D()
70
::std::mem::size_of::<
c_ffi
::D>()
in bindgen_test_layout_D()
73
"The align_of size of
c_ffi
in bindgen_test_layout_D()
[all...]
/build/rust/tests/test_bindgen_test/test_for_h/
H
A
D
main.rs
19
mod
c_ffi
{
modules
27
const UNINIT: ::std::mem::MaybeUninit<
c_ffi
::Foo2> = ::std::mem::MaybeUninit::uninit();
in bindgen_test_layout_foo()
30
"The mem size of
c_ffi
::Foo2 is {} usize",
in bindgen_test_layout_foo()
31
::std::mem::size_of::<
c_ffi
::Foo2>()
in bindgen_test_layout_foo()
34
"The align_of size of
c_ffi
::Foo2 is {} usize",
in bindgen_test_layout_foo()
35
::std::mem::align_of::<
c_ffi
::Foo2>()
in bindgen_test_layout_foo()
42
impl Default for
c_ffi
::Foo2 {
/build/rust/tests/test_bindgen_test/test_for_hello_world/
H
A
D
main.rs
18
mod
c_ffi
{
modules
26
unsafe {
c_ffi
::FuncAAddB(a, b) }
in add_two_numbers_in_c()
38
c_ffi
::SayHello(c_world);
in main()
Completed in 1 milliseconds