Home
last modified time | relevance | path

Searched refs:MARISA_CODE_ERROR (Results 1 – 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dconfig.h59 MARISA_CODE_ERROR); in parse_()
101 MARISA_THROW(MARISA_CODE_ERROR, "undefined cache level"); in parse_cache_level()
121 MARISA_THROW(MARISA_CODE_ERROR, "undefined tail mode"); in parse_tail_mode()
141 MARISA_THROW(MARISA_CODE_ERROR, "undefined node order"); in parse_node_order()
Dtail.cc36 MARISA_THROW(MARISA_CODE_ERROR, "undefined tail mode"); in build()
/external/marisa-trie/include/marisa/
Dbase.h76 MARISA_CODE_ERROR = 5, enumerator
/external/marisa-trie/lib/marisa/
Dtrie.cc57 MARISA_THROW_IF(fd == -1, MARISA_CODE_ERROR); in read()
79 MARISA_THROW_IF(fd == -1, MARISA_CODE_ERROR); in write()
/external/marisa-trie/lib/marisa/grimoire/io/
Dreader.cc43 MARISA_THROW_IF(fd == -1, MARISA_CODE_ERROR); in open()
Dwriter.cc43 MARISA_THROW_IF(fd == -1, MARISA_CODE_ERROR); in open()