Searched refs:InputMethodClientsTable (Results 1 – 6 of 6) sorted by relevance
142 InputMethodClientsTable::~InputMethodClientsTable() = default;
536 class InputMethodClientsTable : public macros_internal::MacroTable {556 using id = IdColumn<InputMethodClientsTable::Id>;581 bool operator==(const InputMethodClientsTable::Row& other) const {600 InputMethodClientsTable, ConstRowReference, RowReference> {609 InputMethodClientsTable, RowNumber> {611 ConstRowReference(const InputMethodClientsTable* table, uint32_t row_number) in ConstRowReference()637 RowReference(const InputMethodClientsTable* table, uint32_t row_number) in RowReference()658 InputMethodClientsTable* mutable_table() const { in mutable_table()659 return const_cast<InputMethodClientsTable*>(table()); in mutable_table()667 ConstIterator, InputMethodClientsTable, RowNumber, ConstRowReference> {[all …]
137 tables::InputMethodClientsTable::Row row; in ParseInputMethodClientsData()151 tables::InputMethodClientsTable::Name()), in ParseInputMethodClientsData()
41 if (table_name == tables::InputMethodClientsTable::Name()) { in GetProtoName()
819 const tables::InputMethodClientsTable& inputmethod_clients_table() const { in inputmethod_clients_table()822 tables::InputMethodClientsTable* mutable_inputmethod_clients_table() { in mutable_inputmethod_clients_table()1173 tables::InputMethodClientsTable inputmethod_clients_table_{&string_pool_};
123 BoundInserter AddArgsTo(tables::InputMethodClientsTable::Id id) { in AddArgsTo()