Searched refs:iprops (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/
H A Dreverse.h84 uint64 iprops = ifst.Properties(kCopyProperties, false); local
86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
H A Dstate-map.h146 uint64 iprops = ifst.Properties(kCopyProperties, false); local
149 if (iprops & kError) ofst->SetProperties(kError, kError);
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
H A Dcompose-filter.h529 uint64 Properties(uint64 iprops) const {
530 uint64 oprops = filter_.Properties(iprops);
H A Darc-map.h216 uint64 iprops = ifst.Properties(kCopyProperties, false); local
219 if (iprops & kError) ofst->SetProperties(kError, kError);
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
H A Dlookahead-filter.h532 uint64 Properties(uint64 iprops) const {
533 uint64 oprops = filter_.Properties(iprops);
H A Ddeterminize.h378 uint64 iprops = fst.Properties(kFstProperties, false); local
379 uint64 dprops = DeterminizeProperties(iprops,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreverse.h75 uint64 iprops = ifst.Properties(kCopyProperties, false); local
77 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
H A Dmap.h222 uint64 iprops = ifst.Properties(kCopyProperties, false); local
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h387 uint64 Properties(uint64 iprops) const {
388 uint64 oprops = filter_.Properties(iprops);

Completed in 202 milliseconds