HomeSort by relevance Sort by last modified time
    Searched refs:has_trie (Results 1 - 10 of 10) sorted by null

  /external/marisa-trie/lib/marisa/
trie.cc 39 MARISA_THROW_IF(!temp.has_trie(), MARISA_MEMORY_ERROR);
80 MARISA_THROW_IF(!temp.has_trie(), MARISA_MEMORY_ERROR);
117 if (has_trie()) {
123 return has_trie() ? (trie_->num_tries() + 1) : (louds_.empty() ? 0 : 1);
131 if (has_trie()) {
140 + links_.total_size() + (has_trie() ? trie_->total_size() : 0)
trie-inline.h 162 std::size_t next_pos = has_trie() ?
213 std::size_t next_pos = has_trie() ?
272 if (has_trie()) {
341 inline bool Trie::has_trie() const { function in class:marisa::Trie
trie-search.cc 254 if (has_trie()) {
271 if (has_trie()) {
302 if (has_trie()) {
329 if (has_trie()) {
385 if (has_trie()) {
406 if (has_trie()) {
659 if (has_trie()) {
684 if (has_trie()) {
trie-build.cc 138 if (has_trie()) {
151 if (has_trie() || (tail_.mode() == MARISA_TEXT_TAIL)) {
279 MARISA_THROW_IF(!has_trie(), MARISA_MEMORY_ERROR);
295 MARISA_THROW_IF(!has_trie(), MARISA_MEMORY_ERROR);
trie.h 294 bool has_trie() const;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie.cc 39 MARISA_ALPHA_THROW_IF(!temp.has_trie(), MARISA_ALPHA_MEMORY_ERROR);
80 MARISA_ALPHA_THROW_IF(!temp.has_trie(), MARISA_ALPHA_MEMORY_ERROR);
117 if (has_trie()) {
123 return has_trie() ? (trie_->num_tries() + 1) : (louds_.empty() ? 0 : 1);
131 if (has_trie()) {
140 + links_.total_size() + (has_trie() ? trie_->total_size() : 0)
trie-inline.h 163 std::size_t next_pos = has_trie() ?
218 std::size_t next_pos = has_trie() ?
277 if (has_trie()) {
350 inline bool Trie::has_trie() const { function in class:marisa_alpha::Trie
trie-build.cc 147 if (has_trie()) {
160 if (has_trie() || (tail_.mode() == MARISA_ALPHA_TEXT_TAIL)) {
293 MARISA_ALPHA_THROW_IF(!has_trie(), MARISA_ALPHA_MEMORY_ERROR);
309 MARISA_ALPHA_THROW_IF(!has_trie(), MARISA_ALPHA_MEMORY_ERROR);
trie-search.cc 266 if (has_trie()) {
290 if (has_trie()) {
321 if (has_trie()) {
348 if (has_trie()) {
404 if (has_trie()) {
425 if (has_trie()) {
690 if (has_trie()) {
715 if (has_trie()) {
trie.h 294 bool has_trie() const;

Completed in 152 milliseconds