Lines Matching refs:create_context
47 create_context (ostream& os,
77 create_context (std::ostream&,
97 - auto_ptr<context> ctx (create_context (cerr, unit, ops, fts, 0));
98 + unique_ptr<context> ctx (create_context (cerr, unit, ops, fts, 0));
108 create_context (hxx, unit, ops, fts, model.get ()));
117 create_context (ixx, unit, ops, fts, model.get ()));
126 create_context (cxx, unit, ops, fts, model.get ()));
135 create_context (sch, unit, ops, fts, model.get ()));
144 create_context (sql, unit, ops, fts, model.get ()));
151 - auto_ptr<context> ctx (create_context (mig, unit, ops, fts, 0));
152 + unique_ptr<context> ctx (create_context (mig, unit, ops, fts, 0));
160 - auto_ptr<context> ctx (create_context (mig, unit, ops, fts, 0));
161 + unique_ptr<context> ctx (create_context (mig, unit, ops, fts, 0));
331 - auto_ptr<context> ctx (create_context (cerr, unit, ops, f, 0));
332 + unique_ptr<context> ctx (create_context (cerr, unit, ops, f, 0));
344 - auto_ptr<context> ctx (create_context (cerr, u, ops, f, 0));
345 + unique_ptr<context> ctx (create_context (cerr, u, ops, f, 0));