Searched defs:copy_properties (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h120 uint64 copy_properties = fst.Properties(kCopyProperties, true); local
121 SetProperties(copy_properties | kStaticProperties);
/external/openfst/src/include/fst/
H A Dcompact-fst.h741 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 |

Completed in 116 milliseconds