/aosp_15_r20/external/rust/cxx/src/ |
D | shared_ptr.rs | 14 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 D | shared_ptr.rs | 14 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 D | shared_ptr_impl.h | 29 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 D | deSharedPtr.hpp | 105 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/ |
D | RegisterContextUnwind.h | 27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/ |
D | RegisterContextUnwind.h | 27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/ |
D | RegisterContextUnwind.h | 27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/ |
D | RegisterContextUnwind.h | 27 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 D | instantiate.rs | 11 SharedPtr(NamedImplKey<'a>), enumerator
|
H A D | mod.rs | 268 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 D | instantiate.rs | 11 SharedPtr(NamedImplKey<'a>), enumerator
|
H A D | mod.rs | 268 SharedPtr(Box<Ty1>), enumerator
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | instantiate.rs | 11 SharedPtr(NamedImplKey<'a>), enumerator
|
D | mod.rs | 268 SharedPtr(Box<Ty1>), enumerator
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_enable_shared_from_this.cpp | 98 boost::shared_ptr<Derived> SharedPtr() { return shared_from_this(); } in SharedPtr() function in Derived
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTests.cpp | 250 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() 4310 … const 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 D | tokenizer.json | 89747 "SharedPtr": 87335, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 89747 "SharedPtr": 87335, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 89688 "SharedPtr": 87335, number
|