Searched refs:decodeEventMap_ (Results 1 – 2 of 2) sorted by relevance
391 std::map<int32_t, int32_t> decodeEventMap_; variable
1316 auto iterator = decodeEventMap_.find((int)DecodeEvent::EVENT_HEADER_DECODE); in PromoteDecoding()1317 if (iterator == decodeEventMap_.end()) { in PromoteDecoding()1318 … decodeEventMap_.insert(std::pair<int32_t, int32_t>((int)DecodeEvent::EVENT_HEADER_DECODE, 1)); in PromoteDecoding()1345 auto iter = decodeEventMap_.find((int)DecodeEvent::EVENT_COMPLETE_DECODE); in PromoteDecoding()1346 if (iter == decodeEventMap_.end()) { in PromoteDecoding()1347 … decodeEventMap_.insert(std::pair<int32_t, int32_t>((int)DecodeEvent::EVENT_COMPLETE_DECODE, 1)); in PromoteDecoding()