Lines Matching refs:Agent
84 Agent::Agent() in Agent() function in marisa_swig::Agent
85 : agent_(new (std::nothrow) marisa::Agent), buf_(NULL), buf_size_(0) { in Agent()
89 Agent::~Agent() { in ~Agent()
94 void Agent::set_query(const char *ptr, size_t length) { in set_query()
114 void Agent::set_query(size_t id) { in set_query()
118 const Key &Agent::key() const { in key()
122 const Query &Agent::query() const { in query()
126 void Agent::key_str(const char **ptr_out, size_t *length_out) const { in key_str()
131 size_t Agent::key_id() const { in key_id()
135 void Agent::query_str(const char **ptr_out, size_t *length_out) const { in query_str()
140 size_t Agent::query_id() const { in query_id()
168 bool Trie::lookup(Agent &agent) const { in lookup()
172 void Trie::reverse_lookup(Agent &agent) const { in reverse_lookup()
176 bool Trie::common_prefix_search(Agent &agent) const { in common_prefix_search()
180 bool Trie::predictive_search(Agent &agent) const { in predictive_search()
185 marisa::Agent agent; in lookup()
195 marisa::Agent agent; in reverse_lookup()