Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SVD/
DSVDBase.h232 bool m_isInitialized, m_isAllocated, m_usePrescribedThreshold; variable
245 m_isAllocated(false), in SVDBase()
279 if (m_isAllocated && in allocate()
290 m_isAllocated = true; in allocate()
DJacobiSVD.h588 using Base::m_isAllocated;
617 if (m_isAllocated &&
628 m_isAllocated = true;
/external/antlr/runtime/Cpp/include/
Dantlr3input.inl71 m_isAllocated = false;
118 if (m_isAllocated && (m_data != NULL))
130 return m_isAllocated;
200 m_isAllocated = isAllocated;
298 m_isAllocated = false;
Dantlr3input.hpp130 bool m_isAllocated; member in InputStream