Home
last modified time | relevance | path

Searched refs:true_prop (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dmatcher.h198 uint64 true_prop = match_type_ == MATCH_INPUT ? in Type() local
202 uint64 props = fst_->Properties(true_prop | false_prop, test); in Type()
204 if (props & true_prop) in Type()
Dreplace.h1299 uint64 true_prop = match_type_ == MATCH_INPUT ? in Type() local
1303 uint64 props = fst_.Properties(true_prop | false_prop, test); in Type()
1305 if (props & true_prop) in Type()