Home
last modified time | relevance | path

Searched refs:ConcatProperties (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Dconcat.h101 fst1->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
160 fst2->SetProperties(ConcatProperties(props1, props2), kFstProperties); in Concat()
Drational.h161 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in InitConcat()
228 SetProperties(ConcatProperties(props1, props2, true), kCopyProperties); in AddConcat()
Dproperties.h338 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2,
/external/openfst/src/lib/
Dproperties.cc82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) { in ConcatProperties() function