Searched refs:nsTArray (Results 1 - 15 of 15) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | issue-1118-using-forward-decl.rs | 8 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 D | replace_use.rs | 8 /// <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 D | issue-848-replacement-system-include.rs | 13 /// <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 D | nsStyleAutoArray.rs | 10 pub struct nsTArray<T> { structure names 14 impl<T> Default for nsTArray<T> { 27 pub mOtherElements: nsTArray<T>,
|
H A D | issue-833-1.rs | 9 pub struct nsTArray { structure names 14 pub fn func() -> *mut nsTArray; in func()
|
H A D | issue-833.rs | 9 pub struct nsTArray<T> { structure names 14 pub fn func() -> *mut nsTArray<::std::os::raw::c_int>; in func()
|
H A D | issue-833-2.rs | 12 pub struct nsTArray { structure names
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | issue-1118-using-forward-decl.hpp | 1 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 D | issue-833-1.hpp | 1 // 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 D | issue-833.hpp | 1 // 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 D | replace_use.hpp | 2 struct nsTArray { struct 6 * <div rustbindgen replaces="nsTArray"></div> 14 nsTArray<long> a;
|
H A D | nsStyleAutoArray.hpp | 4 class nsTArray { class 57 nsTArray<T> mOtherElements;
|
H A D | issue-833-2.hpp | 4 class nsTArray { class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/issue-848/ |
H A D | an-include.h | 2 class nsTArray { class 12 * <div rustbindgen replaces="nsTArray"></div>
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 11944 # 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