Searched refs:VERSION4 (Results 1 – 4 of 4) sorted by relevance
179 public static final int VERSION4 = VERSION403; field in FormatSpec182 static final int MINIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4;
65 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0; in DictionaryHeader()
134 outputBinaryFormatVersion = FormatSpec.VERSION4; in Arguments()292 if (version == FormatSpec.VERSION4) { in writeBinaryDictionary()
76 private static final int DICTIONARY_FORMAT_VERSION = FormatSpec.VERSION4;118 return formatVersion == FormatSpec.VERSION4; in matchesExpectedBinaryDictFormatVersionForThisType()