Searched refs:m_stCurrentPath (Results 1 – 1 of 1) sorted by relevance
298 std::stack< void* > m_stCurrentPath; member in XSecTester519 OSL_ASSERT(m_stCurrentPath.empty()); in parseFile()1068 if (!m_stCurrentPath.empty()) in endElement()1070 void* pSignedInfo = m_stCurrentPath.top(); in endElement()1073 m_stCurrentPath.pop(); in endElement()1078 if (!m_stCurrentPath.empty()) in endElement()1080 void* pSignature = m_stCurrentPath.top(); in endElement()1292 m_stCurrentPath.push(pSignatureEntity); in checkSecurityElement()1297 if (!m_stCurrentPath.empty()) in checkSecurityElement()1299 void* pSignedInfo = m_stCurrentPath.top(); in checkSecurityElement()[all …]