Searched defs:SharedPtr (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.hpp93 class SharedPtr;
101 * SharedPtr is smart pointer for managing shared ownership to a pointer.
103 * destructed when last SharedPtr is destroyed.
105 * SharedPtr can also be NULL.
108 class SharedPtr class in namespace:de
111 SharedPtr (void);
112 SharedPtr (const SharedPtr<T>& other);
113 explicit SharedPtr (T* ptr);
116 SharedPtr (
203 inline SharedPtr<T>::SharedPtr (void) function in class:de::SharedPtr
220 inline SharedPtr<T>::SharedPtr (T* ptr) function in class:de::SharedPtr
256 inline SharedPtr<T>::SharedPtr (T* ptr, Deleter deleter) function in class:de::SharedPtr
280 inline SharedPtr<T>::SharedPtr (const SharedPtr<T>& other) function in class:de::SharedPtr
295 inline SharedPtr<T>::SharedPtr (const SharedPtr<Y>& other) function in class:de::SharedPtr
310 inline SharedPtr<T>::SharedPtr (const WeakPtr<Y>& other) function in class:de::SharedPtr
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dmap_util.h537 typedef typename Collection::value_type::second_type SharedPtr; typedef
540 collection->insert(typename Collection::value_type(key, SharedPtr()));
558 typedef typename Collection::value_type::second_type SharedPtr; typedef
561 collection->insert(typename Collection::value_type(key, SharedPtr()));
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp235 typedef de::SharedPtr<const Node> SharedPtr; typedef in class:deqp::gles31::Functional::__anon4822::ResourceDefinition::Node
237 Node (NodeType type, const SharedPtr& enclosingNode) : m_type(type), m_enclosingNode(enclosingNode) { DE_ASSERT(type < TYPE_LAST); }
245 const SharedPtr m_enclosingNode;
252 : Node (TYPE_PROGRAM, SharedPtr())
263 Shader (const SharedPtr& enclosingNode, glu::ShaderType type, glu::GLSLVersion version)
279 DefaultBlock (const SharedPtr& enclosing)
291 StorageQualifier (const SharedPtr& enclosing, glu::Storage storage)
305 Variable (const SharedPtr& enclosing, glu::DataType dataType)
324 InterfaceBlock (const SharedPtr
[all...]

Completed in 182 milliseconds