Searched defs:SharedImpl (Results 1 – 2 of 2) sorted by relevance
34 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase()144 std::shared_ptr<StreamType> SharedImpl; variable
539 struct SharedImpl : T { struct541 SharedImpl() : m_rc( 0 ){} in SharedImpl() argument543 virtual void addRef() const { in addRef()546 virtual void release() const { in release()551 mutable unsigned int m_rc;