Home
last modified time | relevance | path

Searched refs:InvertProperties (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Dinvert.h44 uint64 Properties(uint64 props) { return InvertProperties(props); } in Properties()
Dproperties.h342 uint64 InvertProperties(uint64 inprops);
/external/openfst/src/lib/
Dproperties.cc147 uint64 InvertProperties(uint64 inprops) { in InvertProperties() function