Searched refs:iBegin (Results 1 – 4 of 4) sorted by relevance
109 IniSectionMap::iterator iBegin = mAllSection.begin(); in Dump() local111 for(;iBegin != iEnd;iBegin++) in Dump()113 ini_Section *aSection = &(*iBegin).second; in Dump()
87 IniSectionMap::iterator iBegin = mAllSection.begin(); in LoadXPToolkitProfiles() local89 for(;iBegin != iEnd;iBegin++) in LoadXPToolkitProfiles()91 ini_Section *aSection = &(*iBegin).second; in LoadXPToolkitProfiles()
147 IniSectionMap::iterator iBegin = mAllSection.begin(); in Dump() local149 for(;iBegin != iEnd;iBegin++) in Dump()151 ini_Section *aSection = &(*iBegin).second; in Dump()
113 VectorOfNodes::const_iterator const iBegin( maChildren.begin() ); in isChildNode() local116 std::find( iBegin, iEnd, pNode ) ); in isChildNode()
Completed in 24 milliseconds