Searched refs:anchors_ (Results 1 – 3 of 3) sorted by relevance
119 std::set<std::string> anchors_; member in mojo::test::__anonf4005a1a0111::ValidationTestInputParser340 if (anchors_.find(value_string) != anchors_.end()) in ParseAnchor()342 anchors_.insert(value_string); in ParseAnchor()
29 self.anchors_ = {} # dictionary of SymbolTable() keyed by glyph425 if glyph_name in self.anchors_:426 anchor = self.anchors_[glyph_name].resolve(name)444 if glyph_name not in self.anchors_:445 self.anchors_[glyph_name] = SymbolTable()446 self.anchors_[glyph_name].define(name, anchor)
38 self.anchors_ = SymbolTable()43 self.anchors_, self.valuerecords_104 anchordef = self.anchors_.resolve(name)161 self.anchors_.define(name, anchordef)