Searched refs:AndroidLogTable (Results 1 – 4 of 4) sorted by relevance
44 AndroidLogTable::~AndroidLogTable() = default;
41 class AndroidLogTable : public macros_internal::MacroTable {62 using id = IdColumn<AndroidLogTable::Id>;91 bool operator==(const AndroidLogTable::Row& other) const {112 AndroidLogTable, ConstRowReference, RowReference> {121 AndroidLogTable, RowNumber> {123 ConstRowReference(const AndroidLogTable* table, uint32_t row_number) in ConstRowReference()152 RowReference(const AndroidLogTable* table, uint32_t row_number) in RowReference()177 AndroidLogTable* mutable_table() const { in mutable_table()178 return const_cast<AndroidLogTable*>(table()); in mutable_table()186 ConstIterator, AndroidLogTable, RowNumber, ConstRowReference> {[all …]
33 tables::AndroidLogTable::Row row; in ParseAndroidLogEvent()
442 const tables::AndroidLogTable& android_log_table() const { in android_log_table()445 tables::AndroidLogTable* mutable_android_log_table() { in mutable_android_log_table()1088 tables::AndroidLogTable android_log_table_{&string_pool_};