Lines Matching refs:Agent
27 bool lookup(Agent &agent) const;
28 void reverse_lookup(Agent &agent) const;
29 bool common_prefix_search(Agent &agent) const;
30 bool predictive_search(Agent &agent) const;
104 inline bool find_child(Agent &agent) const;
105 inline bool predictive_find_child(Agent &agent) const;
107 inline void restore(Agent &agent, std::size_t node_id) const;
108 inline bool match(Agent &agent, std::size_t node_id) const;
109 inline bool prefix_match(Agent &agent, std::size_t node_id) const;
111 void restore_(Agent &agent, std::size_t node_id) const;
112 bool match_(Agent &agent, std::size_t node_id) const;
113 bool prefix_match_(Agent &agent, std::size_t node_id) const;