HomeSort by relevance Sort by last modified time
    Searched defs:olabels (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
test-properties.h 120 unordered_set<Label> *olabels = 0; local
133 olabels = new unordered_set<Label>;
144 if (olabels && olabels->find(arc.olabel) != olabels->end()) {
187 if (olabels)
188 olabels->insert(arc.olabel);
212 delete olabels;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h 118 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/
srec_context.h 137 wordmap *olabels; /* word labels */ member in struct:srec_context

Completed in 99 milliseconds