Lines Matching refs:marisa
28 ASSERT(sizeof(marisa::UInt8) == 1); in TestTypes()
29 ASSERT(sizeof(marisa::UInt16) == 2); in TestTypes()
30 ASSERT(sizeof(marisa::UInt32) == 4); in TestTypes()
31 ASSERT(sizeof(marisa::UInt64) == 8); in TestTypes()
40 marisa::swap(x, y); in TestSwap()
45 marisa::swap(a, b); in TestSwap()
57 } catch (const marisa::Exception &ex) { in TestException()
75 marisa::Key key; in TestKey()
104 marisa::Keyset keyset; in TestKeyset()
132 marisa::Key key; in TestKeyset()
163 keys[i].resize(std::rand() % (marisa::Keyset::EXTRA_BLOCK_SIZE * 2)); in TestKeyset()
191 keys[i].resize(std::rand() % (marisa::Keyset::EXTRA_BLOCK_SIZE * 2)); in TestKeyset()
218 marisa::Query query; in TestQuery()
251 marisa::Agent agent; in TestAgent()
310 } catch (const marisa::Exception &ex) { in main()