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
520 OSL_ASSERT(m_stCurrentPathType.empty()); in parseFile()
1071 bool bIsStringType = m_stCurrentPathType.top(); in endElement()
1074 m_stCurrentPathType.pop(); in endElement()
1081 bIsStringType = m_stCurrentPathType.top(); in endElement()
1293 m_stCurrentPathType.push(false); in checkSecurityElement()
1300 bool bIsStringType = m_stCurrentPathType.top(); in checkSecurityElement()
1303 m_stCurrentPathType.pop(); in checkSecurityElement()
1308 bool bIsStringType2 = m_stCurrentPathType.top(); in checkSecurityElement()
1329 m_stCurrentPathType.push(bIsStringType); in checkSecurityElement()
[all …]