| 170 | } |
| 171 | |
| 172 | void SubByteReaderLogging::removeLogSubLevel() |
| 173 | { |
| 174 | if (this->itemHierarchy.empty()) |
| 175 | return; |
| 176 | this->currentTreeLevel = this->itemHierarchy.top(); |
| 177 | this->itemHierarchy.pop(); |
| 178 | } |
| 179 | |
| 180 | uint64_t SubByteReaderLogging::readBits(const std::string &symbolName, |
| 181 | size_t numBits, |
no outgoing calls
no test coverage detected