Searched defs:directionalStatusStack (Results 1 – 1 of 1) sorted by relevance
271 type directionalStatusStack struct { struct272 stackCounter int273 embeddingLevelStack [maxDepth + 1]level274 overrideStatusStack [maxDepth + 1]Class275 isolateStatusStack [maxDepth + 1]bool278 func (s *directionalStatusStack) empty() { s.stackCounter = 0 }279 func (s *directionalStatusStack) pop() { s.stackCounter-- }280 func (s *directionalStatusStack) depth() int { return s.stackCounter }282 func (s *directionalStatusStack) push(level level, overrideStatus Class, isolateStatus bool) {289 func (s *directionalStatusStack) lastEmbeddingLevel() level {[all …]