Searched defs:allow_negative (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/lib/
H A Dutil.cc35 bool allow_negative, bool *error) {
41 if (p < cs + s.size() || (!allow_negative && n < 0)) {
34 StrToInt64(const string &s, const string &src, size_t nline, bool allow_negative, bool *error) argument
/external/openfst/src/include/fst/
H A Dsymbol-table.h63 bool allow_negative; member in struct:fst::SymbolTableTextOptions

Completed in 397 milliseconds