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

  /external/openfst/src/include/fst/
compact-fst.h 741 uint64 copy_properties = fst.Properties(kCopyProperties, true); local
742 if ((copy_properties & kError) || !compactor_->Compatible(fst)) {
747 SetProperties(copy_properties | kStaticProperties);
976 uint64 copy_properties = fst.Properties(kCopyProperties, true); local
977 if ((copy_properties & kError) || !compactor.Compatible(fst)) {
981 uint64 properties = copy_properties |
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 120 uint64 copy_properties = fst.Properties(kCopyProperties, true); local
121 SetProperties(copy_properties | kStaticProperties);

Completed in 153 milliseconds