Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp152 std::vector<std::string>::iterator bnit = bufferNames.begin(); in readSnapShot() local
153 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()