Searched refs:IgnoreBlockInfoNames (Results 1 – 1 of 1) sorted by relevance
53 bool IgnoreBlockInfoNames; variable58 BitstreamReader() : IgnoreBlockInfoNames(true) { in BitstreamReader()62 IgnoreBlockInfoNames = true; in BitstreamReader()91 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; } in CollectBlockInfoNames()92 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames()