OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:olabels
(Results
1 - 2
of
2
) sorted by null
/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 40 milliseconds