MissingETEvent: Fix cppcheck warnings.
cppcheck warnings:
- Pass std::string by const reference, not by value.
- Prefer preincrement to postincrement for iterator objects.
In the process, fix incorrect postincrement operator implementations.
cppcheck warnings:
In the process, fix incorrect postincrement operator implementations.