Searched refs:m_stCurrentPath (Results 1 – 1 of 1) sorted by relevance
298 std::stack< void* > m_stCurrentPath; member in XSecTester536 OSL_ASSERT(m_stCurrentPath.empty()); in parseFile()1102 if (!m_stCurrentPath.empty()) in endElement()1104 void* pSignedInfo = m_stCurrentPath.top(); in endElement()1107 m_stCurrentPath.pop(); in endElement()1112 if (!m_stCurrentPath.empty()) in endElement()1114 void* pSignature = m_stCurrentPath.top(); in endElement()1327 m_stCurrentPath.push(pSignatureEntity); in checkSecurityElement()1332 if (!m_stCurrentPath.empty()) in checkSecurityElement()1334 void* pSignedInfo = m_stCurrentPath.top(); in checkSecurityElement()[all …]