Home
last modified time | relevance | path

Searched refs:MARISA_THROW (Results 1 – 7 of 7) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dconfig.h101 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()
Dlouds-trie.cc430 MARISA_THROW(MARISA_MEMORY_ERROR, "std::bad_alloc");
/external/marisa-trie/include/marisa/
Dexception.h64 #define MARISA_THROW(error_code, error_message) \ macro
70 (void)((!(condition)) || (MARISA_THROW(error_code, #condition), 0))
/external/marisa-trie/tests/
Dbase-test.cc56 MARISA_THROW(MARISA_OK, "Message"); in TestException()
64 EXCEPT(MARISA_THROW(MARISA_OK, "OK"), MARISA_OK); in TestException()
65 EXCEPT(MARISA_THROW(MARISA_NULL_ERROR, "NULL"), MARISA_NULL_ERROR); in TestException()
/external/marisa-trie/lib/marisa/grimoire/io/
Dwriter.cc141 MARISA_THROW(MARISA_IO_ERROR, "std::ios_base::failure"); in write_data()
Dreader.cc140 MARISA_THROW(MARISA_IO_ERROR, "std::ios_base::failure"); in read_data()