OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFileVersion
(Results
1 - 7
of
7
) sorted by null
/external/openfst/src/include/fst/
add-on.h
245
WriteHeader(strm, nopts,
kFileVersion
, &hdr);
290
static const int
kFileVersion
= 1;
300
template <class F, class T> const int AddOnImpl<F, T>::
kFileVersion
;
const-fst.h
125
static const int
kFileVersion
= 2;
145
const int ConstFstImpl<A, U>::
kFileVersion
;
346
ConstFstImpl<A, U>::
kFileVersion
;
edit-fst.h
490
WriteHeader(strm, header_opts,
kFileVersion
, &hdr);
594
static const int
kFileVersion
= 2;
vector-fst.h
281
static const int
kFileVersion
= 2;
289
template <class A> const int VectorFstImpl<A>::
kFileVersion
;
536
static const int
kFileVersion
= 2;
548
FstImpl<A>::WriteFstHeader(fst, strm, opts,
kFileVersion
, "vector",
572
return FstImpl<A>::UpdateFstHeader(fst, strm, opts,
kFileVersion
, "vector",
compact-fst.h
656
int file_version = opts.align ? kAlignedFileVersion :
kFileVersion
;
768
static const int
kFileVersion
= 2;
782
const int CompactFstImpl<A, C, U>::
kFileVersion
;
936
CompactFstImpl<A, C, U>::
kFileVersion
;
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc
23
const int32
kFileVersion
= 8;
241
if (header->version !=
kFileVersion
)
255
return
kFileVersion
;
272
header.version =
kFileVersion
;
747
retry_header.version <
kFileVersion
) {
[
all
...]
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
131
WriteHeader(strm, opts,
kFileVersion
, &hdr);
256
static const int
kFileVersion
= 4;
Completed in 163 milliseconds