OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arctype_
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp
61
ReadType(strm, &
arctype_
);
77
WriteType(strm,
arctype_
);
fst.h
79
const string &ArcType() const { return
arctype_
; }
88
void SetArcType(const string& type) {
arctype_
= type; }
101
string
arctype_
; // E.g. "standard"
member in class:fst::FstHeader
/external/openfst/src/include/fst/extensions/far/
far.h
46
const string &ArcType() const { return
arctype_
; }
53
arctype_
= "standard";
58
arctype_
= fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
63
arctype_
= fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
69
arctype_
= fsthdr.ArcType().empty() ? "unknown" : fsthdr.ArcType();
77
string
arctype_
;
member in class:fst::FarHeader
/external/openfst/src/lib/
fst.cc
141
ReadType(strm, &
arctype_
);
160
WriteType(strm,
arctype_
);
/external/openfst/src/include/fst/
fst.h
114
const string &ArcType() const { return
arctype_
; }
123
void SetArcType(const string& type) {
arctype_
= type; }
137
string
arctype_
; // E.g. "standard"
member in class:fst::FstHeader
Completed in 702 milliseconds