OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marisa_get_num_keys
(Results
1 - 3
of
3
) sorted by null
/external/marisa-trie/tests/
c-test.c
51
ASSERT(
marisa_get_num_keys
(NULL) == 0);
107
ASSERT(
marisa_get_num_keys
(trie) == 0);
114
ASSERT(
marisa_get_num_keys
(trie) == 0);
127
ASSERT(
marisa_get_num_keys
(trie) == 4);
154
ASSERT(
marisa_get_num_keys
(trie) == 0);
162
ASSERT(
marisa_get_num_keys
(trie) == 4);
/external/marisa-trie/lib/marisa/
trie-c.cc
323
size_t
marisa_get_num_keys
(const marisa_trie *h) {
function
trie.h
375
size_t
marisa_get_num_keys
(const marisa_trie *h);
Completed in 646 milliseconds