Home
last modified time | relevance | path

Searched refs:terminal_ (Results 1 – 2 of 2) sorted by relevance

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dkey.h11 Key() : str_(), weight_(0.0), id_(0), terminal_(0) {} in Key()
23 terminal_ = terminal; in set_terminal()
36 return terminal_; in terminal()
43 UInt32 terminal_; variable
/external/marisa-trie/lib/marisa/
Dkey.h9 Key() : str_(), weight_(0.0), id_(0), terminal_(0) {} in Key()
21 terminal_ = terminal; in set_terminal()
34 return terminal_; in terminal()
41 UInt32 terminal_; variable