Home
last modified time | relevance | path

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

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp316 vector<VtsProfilingMessage> seen_msgs; in DedupTraces() local
340 find_if(seen_msgs.begin(), seen_msgs.end(), in DedupTraces()
348 if (found == seen_msgs.end()) { in DedupTraces()
349 seen_msgs.push_back(profiling_msg); in DedupTraces()