Searched refs:StrToInt64 (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/script/ |
D | text-io.cc | 57 ssize_t s = StrToInt64(col[0], filename, nline, false); in ReadPotentials()
|
/external/openfst/src/lib/ |
D | util.cc | 34 int64 StrToInt64(const string &s, const string &src, size_t nline, in StrToInt64() function
|
/external/openfst/src/include/fst/ |
D | util.h | 245 int64 StrToInt64(const string &s, const string &src, size_t nline, 304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err); 306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
|