OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFileVersion
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
bloom_filter.h
76
static const int
kFileVersion
= 1;
safe_browsing_store_file.cc
16
const int32
kFileVersion
= 7; // SQLite storage was 6...
189
if (header->magic != kFileMagic || header->version !=
kFileVersion
)
417
if (header.magic != kFileMagic || header.version !=
kFileVersion
) {
621
header.version =
kFileVersion
;
/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/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h
102
static const int
kFileVersion
= 1;
202
WriteHeaderAndSymbols(strm, opts,
kFileVersion
, &hdr);
vector-fst.h
314
static const int
kFileVersion
= 2;
425
WriteHeaderAndSymbols(strm, opts,
kFileVersion
, &hdr);
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc
15
const int32
kFileVersion
= 7; // SQLite storage was 6...
163
if (header->magic != kFileMagic || header->version !=
kFileVersion
)
420
if (header.magic != kFileMagic || header.version !=
kFileVersion
) {
621
header.version =
kFileVersion
;
/external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h
131
WriteHeader(strm, opts,
kFileVersion
, &hdr);
256
static const int
kFileVersion
= 4;
Completed in 647 milliseconds