Home
last modified time | relevance | path

Searched defs:SharedImpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryStreamRef.h34 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase()
144 std::shared_ptr<StreamType> SharedImpl; variable
/external/bcc/tests/cc/
Dcatch.hpp539 struct SharedImpl : T { struct
541 SharedImpl() : m_rc( 0 ){} in SharedImpl() argument
543 virtual void addRef() const { in addRef()
546 virtual void release() const { in release()
551 mutable unsigned int m_rc;