Lines Matching defs:Version
3 // Licensed under the Apache License, Version 2.0 (the "License");
115 int32 Version() const { return version_; }
124 void SetVersion(int32 version) { version_ = version; }
138 int32 version_; // Type version #
688 int version, FstHeader *hdr) const {
692 hdr->SetVersion(version);
714 const FstWriteOptions& opts, int version,
720 hdr->SetVersion(version);
746 const FstWriteOptions& opts, int version,
754 WriteFstHeader(fst, strm, opts, version, type, properties, hdr);
791 << ", version: " << hdr->Version()
805 if (hdr->Version() < min_version) {
807 << " Fst version: " << opts.source;