Searched defs:set_query (Results 1 – 7 of 7) sorted by relevance
12 void Agent::set_query(const char *str) { in set_query() function in marisa::Agent20 void Agent::set_query(const char *ptr, std::size_t length) { in set_query() function in marisa::Agent28 void Agent::set_query(std::size_t key_id) { in set_query() function in marisa::Agent
94 void Agent::set_query(const char *ptr, size_t length) { in set_query() function in marisa_swig::Agent114 void Agent::set_query(size_t id) { in set_query() function in marisa_swig::Agent
161 def set_query(self, *args): return _marisa.Agent_set_query(self, *args) member in Agent
1436 pub fn set_query(&mut self, query: Option<&str>) { in set_query() method