OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsttype_
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
78
const string &FstType() const { return
fsttype_
; }
87
void SetFstType(const string& type) {
fsttype_
= type; }
100
string
fsttype_
; // E.g. "vector"
member in class:fst::FstHeader
/external/openfst/src/include/fst/
fst.h
113
const string &FstType() const { return
fsttype_
; }
122
void SetFstType(const string& type) {
fsttype_
= type; }
136
string
fsttype_
; // E.g. "vector"
member in class:fst::FstHeader
Completed in 185 milliseconds