Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/sqlite/
H A Ddatabase.cpp76 impl(optional< fs::path > db_filename_, ::sqlite3* db_, const bool owned_) : in impl()
77 db_filename(db_filename_), db(db_), owned(owned_) in impl()
151 const bool owned_) : in database() argument
152 _pimpl(new impl(db_filename_, static_cast< ::sqlite3* >(db_), owned_)) in database()
/freebsd/contrib/lutok/
H A Dstate.cpp230 impl(lua_State* lua_, bool owned_) : in impl()
232 owned(owned_) in impl()