Searched refs:anchors_ (Results 1 – 3 of 3) sorted by relevance
119 std::set<std::string> anchors_; member in mojo::test::__anon02f817780111::ValidationTestInputParser340 if (anchors_.find(value_string) != anchors_.end()) in ParseAnchor()342 anchors_.insert(value_string); in ParseAnchor()
27 self.anchors_ = {} # dictionary of SymbolTable() keyed by glyph435 if glyph_name in self.anchors_:436 anchor = self.anchors_[glyph_name].resolve(name)454 if glyph_name not in self.anchors_:455 self.anchors_[glyph_name] = SymbolTable()456 self.anchors_[glyph_name].define(name, anchor)
65 self.anchors_ = SymbolTable()69 self.symbol_tables_ = {self.anchors_, self.valuerecords_}139 anchordef = self.anchors_.resolve(name)205 self.anchors_.define(name, anchordef)