Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc144 InputMethodServiceTable::~InputMethodServiceTable() = default;
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h1364 class InputMethodServiceTable : public macros_internal::MacroTable {
1384 using id = IdColumn<InputMethodServiceTable::Id>;
1409 bool operator==(const InputMethodServiceTable::Row& other) const {
1428 InputMethodServiceTable, ConstRowReference, RowReference> {
1437 InputMethodServiceTable, RowNumber> {
1439 ConstRowReference(const InputMethodServiceTable* table, uint32_t row_number) in ConstRowReference()
1465 RowReference(const InputMethodServiceTable* table, uint32_t row_number) in RowReference()
1486 InputMethodServiceTable* mutable_table() const { in mutable_table()
1487 return const_cast<InputMethodServiceTable*>(table()); in mutable_table()
1495 ConstIterator, InputMethodServiceTable, RowNumber, ConstRowReference> {
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/winscope/
H A Dwinscope_module.cc187 tables::InputMethodServiceTable::Row row; in ParseInputMethodServiceData()
201 tables::InputMethodServiceTable::Name()), in ParseInputMethodServiceData()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dwinscope_proto_mapping.h47 if (table_name == tables::InputMethodServiceTable::Name()) { in GetProtoName()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h835 const tables::InputMethodServiceTable& inputmethod_service_table() const { in inputmethod_service_table()
838 tables::InputMethodServiceTable* mutable_inputmethod_service_table() { in mutable_inputmethod_service_table()
1176 tables::InputMethodServiceTable inputmethod_service_table_{&string_pool_};
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_tracker.h128 BoundInserter AddArgsTo(tables::InputMethodServiceTable::Id id) { in AddArgsTo()