Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx299 std::stack< bool > m_stCurrentPathType; member in XSecTester
537 OSL_ASSERT(m_stCurrentPathType.empty()); in parseFile()
1105 bool bIsStringType = m_stCurrentPathType.top(); in endElement()
1108 m_stCurrentPathType.pop(); in endElement()
1115 bIsStringType = m_stCurrentPathType.top(); in endElement()
1328 m_stCurrentPathType.push(false); in checkSecurityElement()
1335 bool bIsStringType = m_stCurrentPathType.top(); in checkSecurityElement()
1338 m_stCurrentPathType.pop(); in checkSecurityElement()
1343 bool bIsStringType2 = m_stCurrentPathType.top(); in checkSecurityElement()
1364 m_stCurrentPathType.push(bIsStringType); in checkSecurityElement()
[all …]