Home
last modified time | relevance | path

Searched refs:EXTRA_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/marisa-trie/include/marisa/
Dkeyset.h12 EXTRA_BLOCK_SIZE = 1024, enumerator
/external/marisa-trie/tests/
Dbase-test.cc163 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()
/external/marisa-trie/lib/marisa/
Dkeyset.cc110 if (size > EXTRA_BLOCK_SIZE) { in reserve()