Searched defs:kFileVersion (Results 1 - 9 of 9) sorted by relevance

/external/openfst/src/include/fst/
H A Dadd-on.h245 WriteHeader(strm, nopts, kFileVersion, &hdr);
290 static const int kFileVersion = 1; member in class:fst::AddOnImpl
300 template <class F, class T> const int AddOnImpl<F, T>::kFileVersion; member in class:fst::AddOnImpl
H A Dconst-fst.h125 static const int kFileVersion = 2; member in class:fst::ConstFstImpl
145 const int ConstFstImpl<A, U>::kFileVersion; member in class:fst::ConstFstImpl
346 ConstFstImpl<A, U>::kFileVersion;
H A Dedit-fst.h490 WriteHeader(strm, header_opts, kFileVersion, &hdr);
594 static const int kFileVersion = 2; member in class:fst::EditFstImpl
H A Dvector-fst.h281 static const int kFileVersion = 2; member in class:fst::VectorFstImpl
289 template <class A> const int VectorFstImpl<A>::kFileVersion; member in class:fst::VectorFstImpl
536 static const int kFileVersion = 2; local
548 FstImpl<A>::WriteFstHeader(fst, strm, opts, kFileVersion, "vector",
572 return FstImpl<A>::UpdateFstHeader(fst, strm, opts, kFileVersion, "vector",
H A Dcompact-fst.h656 int file_version = opts.align ? kAlignedFileVersion : kFileVersion;
768 static const int kFileVersion = 2; member in class:fst::CompactFstImpl
782 const int CompactFstImpl<A, C, U>::kFileVersion; member in class:fst::CompactFstImpl
936 CompactFstImpl<A, C, U>::kFileVersion;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h102 static const int kFileVersion = 1; member in class:fst::ConstFstImpl
202 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr);
H A Dvector-fst.h314 static const int kFileVersion = 2; member in class:fst::VectorFstImpl
425 WriteHeaderAndSymbols(strm, opts, kFileVersion, &hdr);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc23 const int32 kFileVersion = 8; member in namespace:__anon4617
241 if (header->version != kFileVersion)
255 return kFileVersion;
272 header.version = kFileVersion;
747 retry_header.version < kFileVersion) {
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h131 WriteHeader(strm, opts, kFileVersion, &hdr);
256 static const int kFileVersion = 4; member in class:fst::NGramFstImpl

Completed in 109 milliseconds