Searched refs:kMutable (Results 1 - 14 of 14) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproperties.h41 const uint64 kMutable = 0x0000000000000002ULL; member in namespace:fst
157 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
166 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
176 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
185 const uint64 kAddArcProperties = kExpanded | kMutable | kNotAcceptor |
191 const uint64 kSetArcProperties = kExpanded | kMutable;
195 = kExpanded | kMutable | kAcceptor | kIDeterministic |
202 = kExpanded | kMutable | kAcceptor | kIDeterministic |
208 const uint64 kStateSortProperties = kExpanded | kMutable | kAcceptor |
219 kExpanded | kMutable | kAccepto
[all...]
H A Dproperties.cpp37 outprops |= (kExpanded | kMutable | kCoAccessible |
77 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
121 uint64 outprops = (kExpanded | kMutable | kAcceptor |
145 uint64 outprops = (kExpanded | kMutable | kAcceptor | kNotAcceptor |
184 outprops |= (kExpanded | kMutable | kWeighted | kUnweighted |
238 uint64 outprops = (kExpanded | kMutable |
252 (kExpanded | kMutable | kAcceptor | kNotAcceptor | kEpsilons |
272 outprops |= kExpanded | kMutable;
296 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
H A Dmutable-fst.h81 if (!(hdr.Properties() & kMutable)) {
H A Dvector-fst.h312 static const uint64 kStaticProperties = kExpanded | kMutable;
/external/openfst/src/include/fst/
H A Dproperties.h47 const uint64 kMutable = 0x0000000000000002ULL; member in namespace:fst
165 = kExpanded | kMutable | kAcceptor | kNotAcceptor | kIDeterministic |
179 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
189 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
199 = kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
209 const uint64 kAddArcProperties = kExpanded | kMutable | kError | kNotAcceptor |
215 const uint64 kSetArcProperties = kExpanded | kMutable | kError;
219 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
226 = kExpanded | kMutable | kError | kAcceptor | kIDeterministic |
232 const uint64 kStateSortProperties = kExpanded | kMutable | kErro
[all...]
H A Dmutable-fst.h98 if (!(hdr.Properties() & kMutable)) {
136 if (ifst->Properties(kMutable, false)) {
142 if (!ofst->Properties(kMutable, false))
H A Dcache.h362 kExpanded | kMutable)); local
H A Dedit-fst.h592 static const uint64 kStaticProperties = kExpanded | kMutable;
600 // and kMutable.
H A Dlookahead-matcher.h670 bool is_mutable = fst.Properties(kMutable, false);
H A Dvector-fst.h277 static const uint64 kStaticProperties = kExpanded | kMutable;
/external/openfst/src/lib/
H A Dproperties.cc41 outprops |= (kExpanded | kMutable | kCoAccessible |
91 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
136 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor |
148 uint64 outprops = (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor |
187 outprops |= (kExpanded | kMutable | kError | kWeighted | kUnweighted |
317 uint64 outprops = (kExpanded | kMutable | kError |
331 (kExpanded | kMutable | kError | kAcceptor | kNotAcceptor | kEpsilons |
351 outprops |= kExpanded | kMutable;
385 outprops |= (kExpanded | kMutable | kNotTopSorted | kNotString) & inprops1;
/external/openfst/src/script/
H A Dfst-class.cc100 if (ifst->Properties(fst::kMutable, false)) {
/external/openfst/src/include/fst/script/
H A Dfst-class.h160 if (hdr.Properties() & kMutable) {
/external/openfst/src/test/
H A Dfst_test.h286 if (fst.Properties(kMutable, false)) {

Completed in 3489 milliseconds