Home
last modified time | relevance | path

Searched refs:m_refcount (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRef.h20 TensorLazyBaseEvaluator() : m_refcount(0) { } in TensorLazyBaseEvaluator()
29 void incrRefCount() { ++m_refcount; } in incrRefCount()
30 void decrRefCount() { --m_refcount; } in decrRefCount()
31 int refCount() const { return m_refcount; } in refCount()
38 int m_refcount; variable