Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h42 void ProcessData(const std::deque<T>& dataQueue, in ProcessData() argument
59 for (auto i = 0; i < dataQueue.size(); i++) { in ProcessData()
78 void MixRange(unsigned char op, T value, const std::deque<T>& dataQueue) in MixRange() argument
85 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != value; }, in MixRange()
86 [&](TableRowId id) -> bool { return dataQueue[id] == value; }); in MixRange()
89 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == value; }, in MixRange()
90 [&](TableRowId id) -> bool { return dataQueue[id] != value; }); in MixRange()
93 …ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != invalidValue; … in MixRange()
94 [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; }); in MixRange()
97 …ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; … in MixRange()
[all …]