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

Method readUEV

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

Source from the content-addressed store, hash-verified

208}
209
210uint64_t SubByteReaderLogging::readUEV(const std::string &symbolName, const Options &options)
211{
212 try
213 {
214 auto [value, code] = SubByteReader::readUE_V();
215 checkAndLog(this->currentTreeLevel, "ue(v)", symbolName, options, value, code);
216 return value;
217 }
218 catch (const std::exception &ex)
219 {
220 this->logExceptionAndThrowError(ex, "UEV symbol " + symbolName);
221 }
222}
223
224int64_t SubByteReaderLogging::readSEV(const std::string &symbolName, const Options &options)
225{

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