Searched refs:mutable_flow_table (Results 1 – 5 of 5) sorted by relevance
146 auto id = context_->storage->mutable_flow_table()->Insert(row).id; in InsertFlow()161 context_->storage->mutable_flow_table()->Insert(row); in InsertFlow()
125 return AddArgsTo(context_->storage->mutable_flow_table(), id); in AddArgsTo()
405 tables::FlowTable* mutable_flow_table() { return &flow_table_; } in mutable_flow_table() function
1129 RegisterStaticTable(storage->mutable_flow_table()); in InitPerfettoSqlEngine()
503 storage->mutable_flow_table()->Insert({id1, id2, 0}); in TEST_F()