Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc143 InputMethodManagerServiceTable::~InputMethodManagerServiceTable() = default;
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h950 class InputMethodManagerServiceTable : public macros_internal::MacroTable {
970 using id = IdColumn<InputMethodManagerServiceTable::Id>;
995 bool operator==(const InputMethodManagerServiceTable::Row& other) const {
1014 InputMethodManagerServiceTable, ConstRowReference, RowReference> {
1023 InputMethodManagerServiceTable, RowNumber> {
1025 ConstRowReference(const InputMethodManagerServiceTable* table, uint32_t row_number) in ConstRowReference()
1051 RowReference(const InputMethodManagerServiceTable* table, uint32_t row_number) in RowReference()
1072 InputMethodManagerServiceTable* mutable_table() const { in mutable_table()
1073 return const_cast<InputMethodManagerServiceTable*>(table()); in mutable_table()
1081 ConstIterator, InputMethodManagerServiceTable, RowNumber, ConstRowReference> {
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dwinscope_module.cc162 tables::InputMethodManagerServiceTable::Row row; in ParseInputMethodManagerServiceData()
177 tables::InputMethodManagerServiceTable::Name()), in ParseInputMethodManagerServiceData()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dwinscope_proto_mapping.h44 if (table_name == tables::InputMethodManagerServiceTable::Name()) { in GetProtoName()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h826 const tables::InputMethodManagerServiceTable&
830 tables::InputMethodManagerServiceTable*
1174 tables::InputMethodManagerServiceTable inputmethod_manager_service_table_{
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_tracker.h133 BoundInserter AddArgsTo(tables::InputMethodManagerServiceTable::Id id) { in AddArgsTo()