/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | forward-declaration-autoptr.rs | 15 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()
|
D | issue-638-stylo-cannot-find-T-in-this-scope.rs | 10 pub struct RefPtr<T> { struct 14 impl<T> Default for RefPtr<T> { argument 26 pub member: RefPtr<UsesRefPtrWithAliasedTypeParam_V<U>>,
|
D | issue-662-cannot-find-T-in-this-scope.rs | 10 pub struct RefPtr<T> { struct 14 impl<T> Default for RefPtr<T> { implementation 41 pub mPtr: RefPtr<nsMainThreadPtrHolder<T>>,
|
D | issue-645-cannot-find-type-T-in-this-scope.rs | 9 pub struct RefPtr<T>(T); struct 13 pub refptr_member: RefPtr<HasRefPtr_TypedefOfT<T>>,
|
D | issue-662-part-2.rs | 9 pub struct RefPtr<T>(T); struct 28 pub mPtr: RefPtr<nsMainThreadPtrHolder<U>>,
|
D | issue-584-stylo-template-analysis-panic.rs | 8 pub type RefPtr<T> = T; typedef 31 pub d: RefPtr<c>,
|
D | maddness-is-avoidable.rs | 10 pub struct RefPtr { struct
|
D | template-fun-ty.rs | 17 pub struct RefPtr { struct
|
/third_party/openh264/module/ |
D | RefCounted.h | 113 class RefPtr { 115 explicit RefPtr(T* aPtr) : mPtr(nullptr) { in RefPtr() function 118 ~RefPtr() { in ~RefPtr() 123 RefPtr& operator=(T* aVal) {
|
D | task_utils.py | 29 RefPtr<RefCounted> mRefCounted;\n\
|
D | task_utils_generated.h | 26 RefPtr<RefCounted> mRefCounted;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | issue-645-cannot-find-type-T-in-this-scope.hpp | 3 template <class> class RefPtr {}; class 8 RefPtr<TypedefOfT> refptr_member;
|
D | forward-declaration-autoptr.hpp | 4 struct RefPtr { struct 9 RefPtr<Foo> m_member; argument
|
D | issue-638-stylo-cannot-find-T-in-this-scope.hpp | 4 class RefPtr { class 11 RefPtr<V> member;
|
D | issue-662-part-2.hpp | 7 template <class> class RefPtr {}; class 10 RefPtr<nsMainThreadPtrHolder<U>> mPtr;
|
D | issue-662-cannot-find-T-in-this-scope.hpp | 3 template <class T> class RefPtr { T a; }; class 6 RefPtr<nsMainThreadPtrHolder<T>> mPtr;
|
D | issue-584-stylo-template-analysis-panic.hpp | 2 template <class> class RefPtr; 7 template <class c> class e { RefPtr<c> d; };
|
D | maddness-is-avoidable.hpp | 4 class RefPtr { class
|
D | template-fun-ty.hpp | 9 class RefPtr { class
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 10726 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 …]
|