#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "components/omnibox/browser/in_memory_url_index_types.h"
#include <stddef.h>
#include <algorithm>
#include <string>
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
UTF8ToUTF16;
template <typename T>
bool IntArraysEqual(const size_t* expected,
size_t expected_size,
const T& actual) { … }
class InMemoryURLIndexTypesTest : public testing::Test { … };
TEST_F(InMemoryURLIndexTypesTest, StaticFunctions) { … }
TEST_F(InMemoryURLIndexTypesTest, OffsetsAndTermMatches) { … }