Searched refs:shortrefTable_ (Results 1 – 2 of 2) sorted by relevance
31 const int *indexP = shortrefTable_.lookup(str); in shortrefIndex()38 shortrefTable_.insert(str, int(shortrefs_.size())); in shortrefIndex()46 if (!shortrefTable_.lookup(str)) { in addNeededShortref()47 shortrefTable_.insert(str, shortrefs_.size()); in addNeededShortref()
121 HashTable<StringC,int> shortrefTable_; variable