Searched refs:detectFormatVersion (Results 1 – 5 of 5) sorted by relevance
55 FormatUtils::detectFormatVersion(ReadOnlyByteArrayView())); in TEST()60 EXPECT_EQ(FormatUtils::VERSION_2, FormatUtils::detectFormatVersion( in TEST()66 EXPECT_EQ(FormatUtils::VERSION_402, FormatUtils::detectFormatVersion( in TEST()72 EXPECT_EQ(FormatUtils::VERSION_403, FormatUtils::detectFormatVersion( in TEST()79 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion( in TEST()85 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion( in TEST()91 EXPECT_EQ(FormatUtils::UNKNOWN_VERSION, FormatUtils::detectFormatVersion( in TEST()
113 const FormatUtils::FORMAT_VERSION formatVersion = FormatUtils::detectFormatVersion( in newPolicyForDirectoryDict()178 switch (FormatUtils::detectFormatVersion(mmappedBuffer->getReadOnlyByteArrayView())) { in newPolicyForFileDict()
51 static FORMAT_VERSION detectFormatVersion(const ReadOnlyByteArrayView dictBuffer);
46 /* static */ FormatUtils::FORMAT_VERSION FormatUtils::detectFormatVersion( in detectFormatVersion() function in latinime::FormatUtils
47 FormatUtils::detectFormatVersion(mMmappedBuffer->getReadOnlyByteArrayView())), in PatriciaTriePolicy()