Home
last modified time | relevance | path

Searched refs:RefPtr (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dforward-declaration-autoptr.rs15 pub struct RefPtr<T> { struct
19 impl<T> Default for RefPtr<T> { argument
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()
Dissue-638-stylo-cannot-find-T-in-this-scope.rs10 pub struct RefPtr<T> { struct
14 impl<T> Default for RefPtr<T> { argument
26 pub member: RefPtr<UsesRefPtrWithAliasedTypeParam_V<U>>,
Dissue-662-cannot-find-T-in-this-scope.rs10 pub struct RefPtr<T> { struct
14 impl<T> Default for RefPtr<T> { implementation
41 pub mPtr: RefPtr<nsMainThreadPtrHolder<T>>,
Dissue-645-cannot-find-type-T-in-this-scope.rs9 pub struct RefPtr<T>(T); struct
13 pub refptr_member: RefPtr<HasRefPtr_TypedefOfT<T>>,
Dissue-662-part-2.rs9 pub struct RefPtr<T>(T); struct
28 pub mPtr: RefPtr<nsMainThreadPtrHolder<U>>,
Dissue-584-stylo-template-analysis-panic.rs8 pub type RefPtr<T> = T; typedef
31 pub d: RefPtr<c>,
Dmaddness-is-avoidable.rs10 pub struct RefPtr { struct
Dtemplate-fun-ty.rs17 pub struct RefPtr { struct
/third_party/openh264/module/
DRefCounted.h113 class RefPtr {
115 explicit RefPtr(T* aPtr) : mPtr(nullptr) { in RefPtr() function
118 ~RefPtr() { in ~RefPtr()
123 RefPtr& operator=(T* aVal) {
Dtask_utils.py29 RefPtr<RefCounted> mRefCounted;\n\
Dtask_utils_generated.h26 RefPtr<RefCounted> mRefCounted;
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-645-cannot-find-type-T-in-this-scope.hpp3 template <class> class RefPtr {}; class
8 RefPtr<TypedefOfT> refptr_member;
Dforward-declaration-autoptr.hpp4 struct RefPtr { struct
9 RefPtr<Foo> m_member; argument
Dissue-638-stylo-cannot-find-T-in-this-scope.hpp4 class RefPtr { class
11 RefPtr<V> member;
Dissue-662-part-2.hpp7 template <class> class RefPtr {}; class
10 RefPtr<nsMainThreadPtrHolder<U>> mPtr;
Dissue-662-cannot-find-T-in-this-scope.hpp3 template <class T> class RefPtr { T a; }; class
6 RefPtr<nsMainThreadPtrHolder<T>> mPtr;
Dissue-584-stylo-template-analysis-panic.hpp2 template <class> class RefPtr;
7 template <class c> class e { RefPtr<c> d; };
Dmaddness-is-avoidable.hpp4 class RefPtr { class
Dtemplate-fun-ty.hpp9 class RefPtr { class
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10726 class RefPtr class
10754 ~RefPtr() in ~RefPtr()
10763 RefPtr() in RefPtr() function in RefPtr
10769 RefPtr(const RefPtr<T>& aSmartPtr) in RefPtr() function in RefPtr
10778 RefPtr(RefPtr<T>&& aRefPtr) in RefPtr() function in RefPtr
10786 RefPtr(T* aRawPtr) in RefPtr() function in RefPtr
10794 RefPtr(decltype(nullptr)) in RefPtr() function in RefPtr
10800 RefPtr(already_AddRefed<I>& aSmartPtr) in RefPtr() function in RefPtr
10807 RefPtr(already_AddRefed<I>&& aSmartPtr) in RefPtr() function in RefPtr
10814 RefPtr(const RefPtr<I>& aSmartPtr) in RefPtr() function in RefPtr
[all …]