Searched defs:kFstProperties (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/
H A Dclosure.h51 uint64 props = fst->Properties(kFstProperties, false);
70 kFstProperties); local
H A Dconcat.h62 uint64 props1 = fst1->Properties(kFstProperties, false);
63 uint64 props2 = fst2.Properties(kFstProperties, false);
101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); local
127 uint64 props1 = fst1.Properties(kFstProperties, false);
128 uint64 props2 = fst2->Properties(kFstProperties, false);
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); local
H A Dunion.h61 uint64 props1 = fst1->Properties(kFstProperties, false);
62 uint64 props2 = fst2.Properties(kFstProperties, false);
105 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); local
H A Dshortest-path.h202 ShortestPathProperties(ofst->Properties(kFstProperties, false)),
203 kFstProperties);
382 ShortestPathProperties(ofst->Properties(kFstProperties, false)),
383 kFstProperties); member in class:fst::ShortestPathCompare
H A Dproperties.h315 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties; member in namespace:fst
H A Drelabel.h61 uint64 props = fst->Properties(kFstProperties, false);
111 fst->SetProperties(RelabelProperties(props), kFstProperties); local
327 uint64 Properties() const { return Properties(kFstProperties); }
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h44 uint64 props = fst->Properties(kFstProperties, false);
62 kFstProperties); local
H A Dconcat.h48 uint64 props1 = fst1->Properties(kFstProperties, false);
49 uint64 props2 = fst2.Properties(kFstProperties, false);
78 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); local
H A Dunion.h48 uint64 props1 = fst1->Properties(kFstProperties, false);
49 uint64 props2 = fst2.Properties(kFstProperties, false);
80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); local
H A Dproperties.h291 const uint64 kFstProperties = kBinaryProperties | kTrinaryProperties; member in namespace:fst
H A Drelabel.h48 uint64 props = fst->Properties(kFstProperties, false);
82 fst->SetProperties(RelabelProperties(props), kFstProperties); local

Completed in 125 milliseconds