Home
last modified time | relevance | path

Searched defs:SharedPtr (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/cxx/src/
Dshared_ptr.rs14 pub struct SharedPtr<T> struct
22 impl<T> SharedPtr<T> impl
86 unsafe impl<T> Send for SharedPtr<T> where T: Send + Sync + SharedPtrTarget {} implementation
87 unsafe impl<T> Sync for SharedPtr<T> where T: Send + Sync + SharedPtrTarget {} implementation
89 impl<T> Clone for SharedPtr<T> implementation
106 impl<T> Unpin for SharedPtr<T> where T: SharedPtrTarget {} implementation
108 impl<T> Drop for SharedPtr<T> implementation
118 impl<T> Deref for SharedPtr<T> implementation
135 impl<T> Debug for SharedPtr<T> implementation
147 impl<T> Display for SharedPtr<T> implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dshared_ptr.rs14 pub struct SharedPtr<T> struct
22 impl<T> SharedPtr<T> argument
86 unsafe impl<T> Send for SharedPtr<T> where T: Send + Sync + SharedPtrTarget {} implementation
87 unsafe impl<T> Sync for SharedPtr<T> where T: Send + Sync + SharedPtrTarget {} implementation
89 impl<T> Clone for SharedPtr<T> implementation
106 impl<T> Unpin for SharedPtr<T> where T: SharedPtrTarget {} implementation
108 impl<T> Drop for SharedPtr<T> implementation
118 impl<T> Deref for SharedPtr<T> implementation
135 impl<T> Debug for SharedPtr<T> implementation
147 impl<T> Display for SharedPtr<T> implementation
/aosp_15_r20/system/chre/util/include/chre/util/system/
H A Dshared_ptr_impl.h29 SharedPtr<ObjectType>::SharedPtr() { in SharedPtr() function
35 SharedPtr<ObjectType>::SharedPtr(ObjectType *object) : mObject(object) {} in SharedPtr() function
38 SharedPtr<ObjectType>::SharedPtr(SharedPtr<ObjectType> &&other) in SharedPtr() function
45 SharedPtr<ObjectType>::SharedPtr(SharedPtr<OtherObjectType> &&other) in SharedPtr() function
51 SharedPtr<ObjectType>::SharedPtr(const SharedPtr &other) { in SharedPtr() function
57 SharedPtr<ObjectType>::SharedPtr(const SharedPtr<OtherObjectType> &other) { in SharedPtr() function
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.hpp105 class SharedPtr class
212 inline SharedPtr<T>::SharedPtr(void) : m_ptr(DE_NULL) in SharedPtr() function in de::SharedPtr
228 inline SharedPtr<T>::SharedPtr(T *ptr) : m_ptr(DE_NULL) in SharedPtr() function in de::SharedPtr
263 inline SharedPtr<T>::SharedPtr(T *ptr, Deleter deleter) : m_ptr(DE_NULL) in SharedPtr() function in de::SharedPtr
286 inline SharedPtr<T>::SharedPtr(const SharedPtr<T> &other) : m_ptr(other.m_ptr) in SharedPtr() function in de::SharedPtr
300 inline SharedPtr<T>::SharedPtr(const SharedPtr<Y> &other) : m_ptr(other.m_ptr) in SharedPtr() function in de::SharedPtr
314 inline SharedPtr<T>::SharedPtr(const WeakPtr<Y> &other) : m_ptr(DE_NULL) in SharedPtr() function in de::SharedPtr
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DRegisterContextUnwind.h27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DRegisterContextUnwind.h27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DRegisterContextUnwind.h27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DRegisterContextUnwind.h27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dinstantiate.rs11 SharedPtr(NamedImplKey<'a>), enumerator
H A Dmod.rs268 SharedPtr(Box<Ty1>), enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dinstantiate.rs11 SharedPtr(NamedImplKey<'a>), enumerator
H A Dmod.rs268 SharedPtr(Box<Ty1>), enumerator
/aosp_15_r20/external/rust/cxx/syntax/
Dinstantiate.rs11 SharedPtr(NamedImplKey<'a>), enumerator
Dmod.rs268 SharedPtr(Box<Ty1>), enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_enable_shared_from_this.cpp98 boost::shared_ptr<Derived> SharedPtr() { return shared_from_this(); } in SharedPtr() function in Derived
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp250 typedef de::SharedPtr<const Node> SharedPtr; typedef in deqp::gles31::Functional::__anonef1c9bed0111::ResourceDefinition::Node
3532 static void generateUniformCaseBlocks(Context &context, const ResourceDefinition::Node::SharedPtr & in generateUniformCaseBlocks()
4310const ResourceDefinition::Node::SharedPtr &parentStructure, in generateUniformMatrixCaseBlocks()
4560 …void (*generateBlockContent)(Context &, const ResourceDefinition::Node::SharedPtr &, tcu::TestCase… in generateReferencedByShaderCaseBlocks()
5095 …void (*blockContentGenerator)(Context &, const ResourceDefinition::Node::SharedPtr &, tcu::TestCas… in generateBufferBackedInterfaceResourceBasicBlockTypes() argument
5485 …void (*blockContentGenerator)(Context &, const ResourceDefinition::Node::SharedPtr &, tcu::TestCas… in generateProgramInputOutputShaderCaseBlocks()
6884 …void (*blockContentGenerator)(Context &, const ResourceDefinition::Node::SharedPtr &, tcu::TestCas… in generateTransformFeedbackShaderCaseBlocks()
7199 …void (*blockContentGenerator)(Context &, const ResourceDefinition::Node::SharedPtr &, tcu::TestCas… in generateBufferVariableBufferCaseBlocks()
7393 …void (*blockContentGenerator)(Context &, const ResourceDefinition::Node::SharedPtr &, tcu::TestCas… in generateBufferVariableMatrixCaseBlocks()
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/
H A Dtokenizer.json89747 "SharedPtr": 87335, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/
H A Dtokenizer.json89747 "SharedPtr": 87335, number
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/
H A Dtokenizer.json89688 "SharedPtr": 87335, number