Searched refs:bnit (Results 1 – 1 of 1) sorted by relevance
152 std::vector<std::string>::iterator bnit = bufferNames.begin(); in readSnapShot() local153 while(bnit != bufferNames.end()) in readSnapShot()156 if(Parser::ExtractSourceTree(*bnit,m_parsed_trace,tbst)) in readSnapShot()157 m_source_trees[*bnit] = tbst; in readSnapShot()158 bnit++; in readSnapShot()