Searched refs:ConcatProperties (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | concat.h | 101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat() 160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
|
D | rational.h | 161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat() 228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
|
D | properties.h | 338 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2,
|
/external/openfst/src/lib/ |
D | properties.cc | 82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) { in ConcatProperties() function
|