Home
last modified time | relevance | path

Searched defs:RefPtr (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
H A Dp5.cpp47 struct RefPtr { struct
52 intrefptr;
57 intrefptr2;
62 refptr0;
66 refptr1;
73 refptr2; // expected-note {{in instantiation}}
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp133 struct RefPtr { struct
134 T *m_ptr;
135 ~RefPtr() { m_ptr->deref(); } in ~RefPtr()
156 struct RefPtr { struct
168 …) {} // expected-note {{in instantiation of member function 'vtable_uses_incomplete::RefPtr<vtable… in UsesVTable()
H A Dinstantiate-default-assignment-operator.cpp3 template<typename T> struct RefPtr { struct
4RefPtr& operator=(const RefPtr&) { int a[sizeof(T) ? -1 : -1];} // expected-error 2 {{array with a… in operator =() argument
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/trace_processor/
H A Dref_counted.h74 RefPtr() : ptr_(nullptr) {} in RefPtr() function
75 explicit RefPtr(T* ptr) : ptr_(ptr) { in RefPtr() function
112 RefPtr(RefPtr&& move_from) noexcept { in RefPtr() function
124 RefPtr(const RefPtr& copy_from) { in RefPtr() function
/aosp_15_r20/external/perfetto/include/perfetto/trace_processor/
H A Dref_counted.h74 RefPtr() : ptr_(nullptr) {} in RefPtr() function
75 explicit RefPtr(T* ptr) : ptr_(ptr) { in RefPtr() function
112 RefPtr(RefPtr&& move_from) noexcept { in RefPtr() function
124 RefPtr(const RefPtr& copy_from) { in RefPtr() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_refptr.h33 RefPtr(T* ptr) : ptr_(ptr) {} // NOLINT in RefPtr() function
34 RefPtr(const RefPtr& other) : ptr_(other.ptr_) { Acquire(ptr_); } in RefPtr() function
35 RefPtr(RefPtr&& other) : ptr_(other.ptr_) { other.ptr_ = nullptr; } in RefPtr() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dvtable-available-externally.cpp86 template <class T> struct RefPtr { struct
87 T* p;
88 ~RefPtr() { in ~RefPtr()
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp17 template<typename> struct RefPtr { }; struct
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json80141 "RefPtr": 77729, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/
H A Dtokenizer.json80141 "RefPtr": 77729, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/
H A Dtokenizer.json80082 "RefPtr": 77729, number