Home
last modified time | relevance | path

Searched refs:InputMethodClientsTable (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc142 InputMethodClientsTable::~InputMethodClientsTable() = default;
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h536 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 …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dwinscope_module.cc137 tables::InputMethodClientsTable::Row row; in ParseInputMethodClientsData()
151 tables::InputMethodClientsTable::Name()), in ParseInputMethodClientsData()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dwinscope_proto_mapping.h41 if (table_name == tables::InputMethodClientsTable::Name()) { in GetProtoName()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h819 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_};
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_tracker.h123 BoundInserter AddArgsTo(tables::InputMethodClientsTable::Id id) { in AddArgsTo()