Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx412 std::vector< const BufferNode* >* vChildren = pBufferNode->getChildren(); in printBufferNode() local
413 std::vector< const BufferNode* >::const_iterator jj = vChildren->begin(); in printBufferNode()
414 for( ; jj != vChildren->end(); ++jj ) in printBufferNode()
419 delete vChildren; in printBufferNode()
452 std::vector< const BufferNode* >* vChildren = pBufferNode->getChildren(); in collectChildWorkingElement() local
455 cssxw::XXMLElementWrapper > > aChildrenCollection ( vChildren->size()); in collectChildWorkingElement()
457 std::vector< const BufferNode* >::const_iterator ii = vChildren->begin(); in collectChildWorkingElement()
460 for( ; ii != vChildren->end(); ++ii ) in collectChildWorkingElement()
466 delete vChildren; in collectChildWorkingElement()
612 for( ; ii != vChildren->end(); ++ii ) in smashBufferNode()
[all …]

Completed in 20 milliseconds