Home
last modified time | relevance | path

Searched refs:nsTArray (Results 1 - 15 of 15) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dissue-1118-using-forward-decl.rs8 pub type c = nsTArray;
51 pub struct nsTArray { structure names
54 impl Default for nsTArray {
66 pub foo: nsTArray,
105 pub fn Gecko_GetAnonymousContentForElement() -> *mut nsTArray; in Gecko_GetAnonymousContentForElement()
110 ::std::mem::size_of::<nsTArray>(), in __bindgen_test_layout_nsTArray_open0_ptr_nsIContent_close0_instantiation()
112 concat!("Size of template specialization: ", stringify!(nsTArray)) in __bindgen_test_layout_nsTArray_open0_ptr_nsIContent_close0_instantiation()
115 ::std::mem::align_of::<nsTArray>(), in __bindgen_test_layout_nsTArray_open0_ptr_nsIContent_close0_instantiation()
119 stringify!(nsTArray) in __bindgen_test_layout_nsTArray_open0_ptr_nsIContent_close0_instantiation()
127 ::std::mem::size_of::<nsTArray>(), in __bindgen_test_layout_nsTArray_open0_ptr_nsIContent_close0_instantiation_1()
[all...]
H A Dreplace_use.rs8 /// <div rustbindgen replaces="nsTArray"></div>
11 pub struct nsTArray { structure names
17 pub a: nsTArray,
43 ::std::mem::size_of::<nsTArray>(), in __bindgen_test_layout_nsTArray_open0_long_close0_instantiation()
45 concat!("Size of template specialization: ", stringify!(nsTArray)) in __bindgen_test_layout_nsTArray_open0_long_close0_instantiation()
48 ::std::mem::align_of::<nsTArray>(), in __bindgen_test_layout_nsTArray_open0_long_close0_instantiation()
52 stringify!(nsTArray) in __bindgen_test_layout_nsTArray_open0_long_close0_instantiation()
H A Dissue-848-replacement-system-include.rs13 /// <div rustbindgen replaces="nsTArray"></div>
16 pub struct nsTArray<T> { structure names
20 impl<T> Default for nsTArray<T> {
30 pub fn func() -> *mut nsTArray<::std::os::raw::c_int>; in func()
H A DnsStyleAutoArray.rs10 pub struct nsTArray<T> { structure names
14 impl<T> Default for nsTArray<T> {
27 pub mOtherElements: nsTArray<T>,
H A Dissue-833-1.rs9 pub struct nsTArray { structure names
14 pub fn func() -> *mut nsTArray; in func()
H A Dissue-833.rs9 pub struct nsTArray<T> { structure names
14 pub fn func() -> *mut nsTArray<::std::os::raw::c_int>; in func()
H A Dissue-833-2.rs12 pub struct nsTArray { structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dissue-1118-using-forward-decl.hpp1 template <class> class nsTArray;
2 template <class b> using c = nsTArray<b>;
6 template <class> class nsTArray : nsTArray_base {}; class
8 nsTArray<nsIContent *> foo;
10 nsTArray<nsIContent*> *Gecko_GetAnonymousContentForElement();
H A Dissue-833-1.hpp1 // bindgen-flags: --generate functions --allowlist-function func --raw-line "#[repr(C)] pub struct nsTArray { pub hdr: *const () }"
4 class nsTArray { class
8 extern "C" nsTArray<int>* func();
H A Dissue-833.hpp1 // bindgen-flags: --generate functions --allowlist-function func --raw-line "#[repr(C)] pub struct nsTArray<T> { pub hdr: *const T }"
4 class nsTArray { class
8 extern "C" nsTArray<int>* func();
H A Dreplace_use.hpp2 struct nsTArray { struct
6 * <div rustbindgen replaces="nsTArray"></div>
14 nsTArray<long> a;
H A DnsStyleAutoArray.hpp4 class nsTArray { class
57 nsTArray<T> mOtherElements;
H A Dissue-833-2.hpp4 class nsTArray { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/issue-848/
H A Dan-include.h2 class nsTArray { class
12 * <div rustbindgen replaces="nsTArray"></div>
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp11944 # 1 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h" 1
11945 # 10 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h"
11952 class nsTArray;
11961 using InfallibleTArray = nsTArray<E>;
11962 # 11 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h" 2
12047 # 12 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h" 2
33339 # 13 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h" 2
33421 # 16 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h" 2
36367 # 18 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray.h" 2
36388 # 19 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/nsTArray
[all...]

Completed in 25 milliseconds