OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAlignedFileVersion
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
const-fst.h
127
static const int
kAlignedFileVersion
= 1;
147
const int ConstFstImpl<A, U>::
kAlignedFileVersion
;
217
if (hdr.Version() ==
kAlignedFileVersion
)
345
int file_version = opts.align ? ConstFstImpl<A, U>::
kAlignedFileVersion
:
compact-fst.h
631
if (hdr.Version() ==
kAlignedFileVersion
)
656
int file_version = opts.align ?
kAlignedFileVersion
: kFileVersion;
770
static const int
kAlignedFileVersion
= 1;
784
const int CompactFstImpl<A, C, U>::
kAlignedFileVersion
;
935
CompactFstImpl<A, C, U>::
kAlignedFileVersion
:
[
all
...]
Completed in 174 milliseconds