Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drational.h81 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in InitUnion()
148 SetProperties(UnionProperties(props1, props2, true), kCopyProperties); in AddUnion()
Dunion.h80 fst1->SetProperties(UnionProperties(props1, props2), kFstProperties); in Union()
Dproperties.h314 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed = false);
Dproperties.cpp290 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed) { in UnionProperties() function