Searched defs:make_entry (Results 1 – 5 of 5) sorted by relevance
180 struct make_entry struct186 Environment *env;187 make_entry(Environment & env) : env(&env) {}; in make_entry() argument188 entry<Char, Environment> operator()(const Char* data) const in operator ()()
55 def make_entry(entry_id, name, status, start_time, function
103 def make_entry(self, label_text, var): member in SearchDialogBase
60 auto make_entry = [](const itr_t & begin, const itr_t & end) in build_args() local
1012 def make_entry(msg): function