Searched defs:olabels (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dtest-properties.h120 unordered_set<Label> *olabels = 0; local
133 olabels = new unordered_set<Label>;
145 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
191 if (olabels)
192 olabels->insert(arc.olabel);
216 delete olabels;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h118 hash_set<Label> *olabels = 0; local
131 olabels = new hash_set<Label>;
142 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
185 if (olabels)
186 olabels->insert(arc.olabel);
210 delete olabels;
/external/srec/srec/include/
H A Dsrec_context.h137 wordmap *olabels; /* word labels */ member in struct:srec_context

Completed in 136 milliseconds