HomeSort by relevance Sort by last modified time
    Searched refs:iprops (Results 1 - 7 of 7) sorted by null

  /external/openfst/src/include/fst/
reverse.h 84 uint64 iprops = ifst.Properties(kCopyProperties, false); local
86 ofst->SetProperties(ReverseProperties(iprops) | oprops, kFstProperties);
state-map.h 146 uint64 iprops = ifst.Properties(kCopyProperties, false); local
149 if (iprops & kError) ofst->SetProperties(kError, kError);
170 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
compose-filter.h 529 uint64 Properties(uint64 iprops) const {
530 uint64 oprops = filter_.Properties(iprops);
arc-map.h 216 uint64 iprops = ifst.Properties(kCopyProperties, false); local
219 if (iprops & kError) ofst->SetProperties(kError, kError);
286 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
    [all...]
determinize.h 378 uint64 iprops = fst.Properties(kFstProperties, false); local
379 uint64 dprops = DeterminizeProperties(iprops,
    [all...]
lookahead-filter.h 532 uint64 Properties(uint64 iprops) const {
533 uint64 oprops = filter_.Properties(iprops);
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 387 uint64 Properties(uint64 iprops) const {
388 uint64 oprops = filter_.Properties(iprops);

Completed in 213 milliseconds