Searched defs:entry_data_t (Results 1 – 2 of 2) sorted by relevance
53 struct entry_data_t { struct54 std::shared_ptr<entry_impl> entry_;55 std::vector<std::shared_ptr<option_impl> > options_;56 std::shared_ptr<entry_impl> other_;
139 struct entry_data_t { struct157 entry_data_t* data = static_cast<entry_data_t*>(context); in allocate_db_entry() argument