/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | forward-declaration-autoptr.rs | 15 pub struct RefPtr<T> { structure names 19 impl<T> Default for RefPtr<T> { 31 pub m_member: RefPtr<Foo>, 73 ::std::mem::size_of::<RefPtr<Foo>>(), in __bindgen_test_layout_RefPtr_open0_Foo_close0_instantiation() 75 concat!("Size of template specialization: ", stringify!(RefPtr<Foo>)) in __bindgen_test_layout_RefPtr_open0_Foo_close0_instantiation() 78 ::std::mem::align_of::<RefPtr<Foo>>(), in __bindgen_test_layout_RefPtr_open0_Foo_close0_instantiation() 82 stringify!(RefPtr<Foo>) in __bindgen_test_layout_RefPtr_open0_Foo_close0_instantiation()
|
H A D | issue-638-stylo-cannot-find-T-in-this-scope.rs | 10 pub struct RefPtr<T> { structure names 14 impl<T> Default for RefPtr<T> { 26 pub member: RefPtr<UsesRefPtrWithAliasedTypeParam_V<U>>,
|
H A D | issue-662-cannot-find-T-in-this-scope.rs | 10 pub struct RefPtr<T> { structure names 14 impl<T> Default for RefPtr<T> { 41 pub mPtr: RefPtr<nsMainThreadPtrHolder<T>>,
|
H A D | issue-645-cannot-find-type-T-in-this-scope.rs | 9 pub struct RefPtr<T>(T); structure names 13 pub refptr_member: RefPtr<HasRefPtr_TypedefOfT<T>>,
|
H A D | issue-662-part-2.rs | 9 pub struct RefPtr<T>(T); structure names 28 pub mPtr: RefPtr<nsMainThreadPtrHolder<U>>,
|
H A D | issue-584-stylo-template-analysis-panic.rs | 8 pub type RefPtr<T> = T; types 31 pub d: RefPtr<c>,
|
H A D | maddness-is-avoidable.rs | 10 pub struct RefPtr { structure names
|
H A D | template-fun-ty.rs | 17 pub struct RefPtr { structure names
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | forward-declaration-autoptr.hpp | 4 struct RefPtr { struct 9 RefPtr<Foo> m_member;
|
H A D | issue-645-cannot-find-type-T-in-this-scope.hpp | 1 // bindgen-flags: --blocklist-type RefPtr --raw-line "#[derive(Clone, Copy, Debug)] pub struct RefPtr<T>(T);" --allowlist-type "HasRefPtr" -- -std=c++14 3 template <class> class RefPtr {}; class 8 RefPtr<TypedefOfT> refptr_member;
|
H A D | issue-662-part-2.hpp | 1 // bindgen-flags: --blocklist-type RefPtr --raw-line '#[derive(Clone, Copy, Debug)] pub struct RefPtr<T>(T);' -- --std=c++14 4 // we blocklist RefPtr to exercise the instantiation-of-a-blocklisted-template 7 template <class> class RefPtr {}; class 10 RefPtr<nsMainThreadPtrHolder<U>> mPtr;
|
H A D | issue-662-cannot-find-T-in-this-scope.hpp | 3 template <class T> class RefPtr { T a; }; class 6 RefPtr<nsMainThreadPtrHolder<T>> mPtr;
|
H A D | issue-638-stylo-cannot-find-T-in-this-scope.hpp | 4 class RefPtr { class 11 RefPtr<V> member;
|
H A D | issue-584-stylo-template-analysis-panic.hpp | 1 // bindgen-flags: --blocklist-type RefPtr --allowlist-function 'Servo_.*' --raw-line 'pub type RefPtr<T> = T;' -- -std=c++14 2 template <class> class RefPtr; 7 template <class c> class e { RefPtr<c> d; };
|
H A D | maddness-is-avoidable.hpp | 4 class RefPtr { class
|
H A D | template-fun-ty.hpp | 9 class RefPtr { class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 1797 # 1 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla/RefPtr.h" 1 1798 # 10 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla/RefPtr.h" 10698 # 11 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla/RefPtr.h" 2 10711 # 33 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla/RefPtr.h" 10726 class RefPtr 10754 ~RefPtr() 10763 RefPtr() 10769 RefPtr(const RefPtr<T>& aSmartPtr) 10778 RefPtr(RefPt [all...] |