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

/external/openfst/src/include/fst/
H A Dstring.h48 allow_negative_(allow_negative) {}
130 if (n == -1 || (!allow_negative_ && n < 0)) {
139 if (p < s + strlen(s) || (!allow_negative_ && n < 0)) {
152 bool allow_negative_; // Negative labels allowed? member in class:fst::StringCompiler

Completed in 293 milliseconds