Searched refs:IgnoreBlockInfoNames (Results 1 – 1 of 1) sorted by relevance
54 bool IgnoreBlockInfoNames; variable59 BitstreamReader() : IgnoreBlockInfoNames(true) { in BitstreamReader()63 IgnoreBlockInfoNames = true; in BitstreamReader()92 void CollectBlockInfoNames() { IgnoreBlockInfoNames = false; } in CollectBlockInfoNames()93 bool isIgnoringBlockInfoNames() { return IgnoreBlockInfoNames; } in isIgnoringBlockInfoNames()