MCPcopy Create free account
hub / github.com/IENT/YUView / readSEV

Method readSEV

YUViewLib/src/parser/common/SubByteReaderLogging.cpp:224–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224int64_t SubByteReaderLogging::readSEV(const std::string &symbolName, const Options &options)
225{
226 try
227 {
228 auto [value, code] = SubByteReader::readSE_V();
229 checkAndLog(this->currentTreeLevel, "se(v)", symbolName, options, value, code);
230 return value;
231 }
232 catch (const std::exception &ex)
233 {
234 this->logExceptionAndThrowError(ex, "SEV symbol " + symbolName);
235 }
236}
237
238uint64_t SubByteReaderLogging::readLEB128(const std::string &symbolName, const Options &options)
239{

Callers 15

parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80
parseMethod · 0.80

Calls 2

checkAndLogFunction · 0.85

Tested by

no test coverage detected