Home | History | Annotate | Download | only in structure

Lines Matching refs:formatVersion

57                 const int formatVersion, const std::vector<int> &locale,
59 FormatUtils::FORMAT_VERSION dictFormatVersion = FormatUtils::getFormatVersion(formatVersion);
76 formatVersion);
85 const FormatUtils::FORMAT_VERSION formatVersion,
88 HeaderPolicy headerPolicy(formatVersion, locale, attributeMap);
113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion(
116 switch (formatVersion) {
125 headerFilePath, formatVersion, std::move(mmappedBuffer));
131 headerFilePath, formatVersion, std::move(mmappedBuffer));
144 const char *const headerFilePath, const FormatUtils::FORMAT_VERSION formatVersion,
156 DictBuffers::openVer4DictBuffers(dictPath, std::move(mmappedBuffer), formatVersion);