Searched refs:false_prop (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher.h200 uint64 false_prop = match_type_ == MATCH_INPUT ? local
202 uint64 props = fst_->Properties(true_prop | false_prop, test);
206 else if (props & false_prop)
H A Dreplace.h1301 uint64 false_prop = match_type_ == MATCH_INPUT ? local
1303 uint64 props = fst_.Properties(true_prop | false_prop, test);
1307 else if (props & false_prop)

Completed in 1069 milliseconds