Searched refs:allow_create (Results 1 – 3 of 3) sorted by relevance
73 bool allow_create);
67 bool allow_create) in TextDatabase() argument70 allow_create_(allow_create) { in TextDatabase()
106 bool allow_create, in CreateDB() argument108 TextDatabase* db = new TextDatabase(temp_dir_.path(), id, allow_create); in CreateDB()