OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_total_size
(Results
1 - 6
of
6
) sorted by null
/external/marisa-trie/lib/marisa/
progress.h
22
void
test_total_size
(std::size_t total_size) {
function in class:marisa::Progress
trie-build.cc
107
progress.
test_total_size
(temp.terminal_flags_.total_size());
123
progress.
test_total_size
(louds_.total_size());
124
progress.
test_total_size
(sizeof(num_first_branches_));
125
progress.
test_total_size
(sizeof(num_keys_));
128
progress.
test_total_size
(labels_.total_size());
129
progress.
test_total_size
(link_flags_.total_size());
130
progress.
test_total_size
(links_.total_size());
131
progress.
test_total_size
(tail_.total_size());
139
progress.
test_total_size
(trie_->terminal_flags_.total_size());
157
progress.
test_total_size
(labels_.total_size())
[
all
...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
progress.h
22
void
test_total_size
(std::size_t total_size) {
function in class:marisa_alpha::Progress
trie-build.cc
116
progress.
test_total_size
(temp.terminal_flags_.total_size());
132
progress.
test_total_size
(louds_.total_size());
133
progress.
test_total_size
(sizeof(num_first_branches_));
134
progress.
test_total_size
(sizeof(num_keys_));
137
progress.
test_total_size
(labels_.total_size());
138
progress.
test_total_size
(link_flags_.total_size());
139
progress.
test_total_size
(links_.total_size());
140
progress.
test_total_size
(tail_.total_size());
148
progress.
test_total_size
(trie_->terminal_flags_.total_size());
166
progress.
test_total_size
(labels_.total_size())
[
all
...]
/external/marisa-trie/tests/
unit-test.cc
236
progress.
test_total_size
(0);
237
progress.
test_total_size
(1);
238
EXCEPT(progress.
test_total_size
(MARISA_UINT32_MAX), MARISA_SIZE_ERROR);
239
progress.
test_total_size
(MARISA_UINT32_MAX - 1);
240
progress.
test_total_size
(0);
241
EXCEPT(progress.
test_total_size
(1), MARISA_SIZE_ERROR);
/external/marisa-trie/v0_1_5/tests/
unit-test.cc
239
progress.
test_total_size
(0);
240
progress.
test_total_size
(1);
241
EXCEPT(progress.
test_total_size
(MARISA_ALPHA_UINT32_MAX),
243
progress.
test_total_size
(MARISA_ALPHA_UINT32_MAX - 1);
244
progress.
test_total_size
(0);
245
EXCEPT(progress.
test_total_size
(1), MARISA_ALPHA_SIZE_ERROR);
Completed in 45 milliseconds