Home
last modified time | relevance | path

Searched defs:ReadType (Results 1 – 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dutil.h34 inline istream &ReadType(istream &strm, T *t) { in ReadType() function
39 inline istream &ReadType(istream &strm, string *s) { in ReadType() function
/external/openfst/src/include/fst/
Dutil.h63 inline istream &ReadType(istream &strm, T *t) { in ReadType() function
89 inline istream &ReadType(istream &strm, string *s) { in ReadType() function
103 inline istream &ReadType(istream &strm, pair<S, T> *p) { in ReadType() function
110 inline istream &ReadType(istream &strm, pair<const S, T> *p) { in ReadType() function
/external/webkit/Source/WebCore/fileapi/
DFileReaderLoader.h54 enum ReadType { enum