Home
last modified time | relevance | path

Searched refs:RefPtr (Results 1 - 17 of 17) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dforward-declaration-autoptr.rs15 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 Dissue-638-stylo-cannot-find-T-in-this-scope.rs10 pub struct RefPtr<T> { structure names
14 impl<T> Default for RefPtr<T> {
26 pub member: RefPtr<UsesRefPtrWithAliasedTypeParam_V<U>>,
H A Dissue-662-cannot-find-T-in-this-scope.rs10 pub struct RefPtr<T> { structure names
14 impl<T> Default for RefPtr<T> {
41 pub mPtr: RefPtr<nsMainThreadPtrHolder<T>>,
H A Dissue-645-cannot-find-type-T-in-this-scope.rs9 pub struct RefPtr<T>(T); structure names
13 pub refptr_member: RefPtr<HasRefPtr_TypedefOfT<T>>,
H A Dissue-662-part-2.rs9 pub struct RefPtr<T>(T); structure names
28 pub mPtr: RefPtr<nsMainThreadPtrHolder<U>>,
H A Dissue-584-stylo-template-analysis-panic.rs8 pub type RefPtr<T> = T; types
31 pub d: RefPtr<c>,
H A Dmaddness-is-avoidable.rs10 pub struct RefPtr { structure names
H A Dtemplate-fun-ty.rs17 pub struct RefPtr { structure names
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dforward-declaration-autoptr.hpp4 struct RefPtr { struct
9 RefPtr<Foo> m_member;
H A Dissue-645-cannot-find-type-T-in-this-scope.hpp1 // 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 Dissue-662-part-2.hpp1 // 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 Dissue-662-cannot-find-T-in-this-scope.hpp3 template <class T> class RefPtr { T a; }; class
6 RefPtr<nsMainThreadPtrHolder<T>> mPtr;
H A Dissue-638-stylo-cannot-find-T-in-this-scope.hpp4 class RefPtr { class
11 RefPtr<V> member;
H A Dissue-584-stylo-template-analysis-panic.hpp1 // 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 Dmaddness-is-avoidable.hpp4 class RefPtr { class
H A Dtemplate-fun-ty.hpp9 class RefPtr { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp1797 # 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...]

Completed in 11 milliseconds