Searched refs:GetColumnsForTable (Results 1 – 4 of 4) sorted by relevance
67 ASSERT_OK(sqlite::utils::GetColumnsForTable(*db_, "foo", columns)); in TEST_F()76 ASSERT_THAT(sqlite::utils::GetColumnsForTable(*db_, "foo", columns), in TEST_F()82 ASSERT_THAT(sqlite::utils::GetColumnsForTable(*db_, "unknowntable", columns), in TEST_F()
95 base::Status GetColumnsForTable( in GetColumnsForTable() function
284 base::Status GetColumnsForTable(
224 RETURN_IF_ERROR(sqlite::utils::GetColumnsForTable( in Create()