Searched refs:UnionProperties (Results 1 – 4 of 4) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | rational.h | 81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion() 148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
|
D | union.h | 80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
|
D | properties.h | 314 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed = false);
|
D | properties.cpp | 290 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed) { in UnionProperties() function
|