Searched refs:owned_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp74 /// \param owned_ Whether this object owns the db_ object or not. If it
76 impl(optional< fs::path > db_filename_, ::sqlite3* db_, const bool owned_) : argument
77 db_filename(db_filename_), db(db_), owned(owned_)
148 /// \param owned_ Whether this instance will own the pointer or not.
151 const bool owned_) :
152 _pimpl(new impl(db_filename_, static_cast< ::sqlite3* >(db_), owned_))
149 database( const utils::optional< utils::fs::path >& db_filename_, void* db_, const bool owned_) argument
/freebsd-13-stable/contrib/lutok/
H A Dstate.cpp229 /// \param owned_ Whether we own the state or not.
230 impl(lua_State* lua_, bool owned_) : argument
232 owned(owned_)

Completed in 85 milliseconds