Lines Matching refs:symbol
17 #include <fst/symbol-table-ops.h>
24 // copied version of SymbolTable of left or right if either symbol table is
28 // copy everything from the left symbol table
32 merged->AddSymbol(liter.Symbol(), liter.Value());
34 int64 key = right.Find(liter.Symbol());
49 // add all symbols we can from right symbol table
53 int64 key = merged->Find(riter.Symbol());
55 // Symbol already exists, maybe with different value
61 // Symbol doesn't exist from left
65 conflicts.push_back(riter.Symbol());
68 // there is a hole and we can add this symbol with its id
69 merged->AddSymbol(riter.Symbol(), riter.Value());
89 sorted[stiter.Value()] = stiter.Symbol();