Home
last modified time | relevance | path

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

/external/marisa-trie/tests/
Dc-test.c53 ASSERT(marisa_get_total_size(NULL) == 0); in TestHandle()
109 ASSERT(marisa_get_total_size(trie) == (sizeof(marisa_uint32) * 23)); in TestTrie()
156 ASSERT(marisa_get_total_size(trie) == (sizeof(marisa_uint32) * 23)); in TestTrie()
/external/marisa-trie/lib/marisa/
Dtrie-c.cc331 size_t marisa_get_total_size(const marisa_trie *h) { in marisa_get_total_size() function
Dtrie.h377 size_t marisa_get_total_size(const marisa_trie *h);