Home | History | Annotate | Download | only in predictors

Lines Matching defs:AutocompleteActionPredictorTable

24     const predictors::AutocompleteActionPredictorTable::Row& row,
36 predictors::AutocompleteActionPredictorTable::Row* row) {
52 AutocompleteActionPredictorTable::Row::Row()
57 AutocompleteActionPredictorTable::Row::Row(const Row::Id& id,
69 AutocompleteActionPredictorTable::Row::Row(const Row& row)
78 void AutocompleteActionPredictorTable::GetRow(const Row::Id& id, Row* row) {
93 void AutocompleteActionPredictorTable::GetAllRows(Rows* row_buffer) {
111 void AutocompleteActionPredictorTable::AddRow(
112 const AutocompleteActionPredictorTable::Row& row) {
120 void AutocompleteActionPredictorTable::UpdateRow(
121 const AutocompleteActionPredictorTable::Row& row) {
129 void AutocompleteActionPredictorTable::AddAndUpdateRows(
178 void AutocompleteActionPredictorTable::DeleteRows(
206 void AutocompleteActionPredictorTable::DeleteAllRows() {
220 AutocompleteActionPredictorTable::AutocompleteActionPredictorTable()
224 AutocompleteActionPredictorTable::~AutocompleteActionPredictorTable() {
227 void AutocompleteActionPredictorTable::CreateTableIfNonExistent() {
246 void AutocompleteActionPredictorTable::LogDatabaseStats() {