Searched refs:mutable_flow_table (Results 1 – 4 of 4) sorted by relevance
133 auto id = context_->storage->mutable_flow_table()->Insert(row).id; in InsertFlow()148 context_->storage->mutable_flow_table()->Insert(row); in InsertFlow()
113 return AddArgsTo(context_->storage->mutable_flow_table(), id); in AddArgsTo()
401 tables::FlowTable* mutable_flow_table() { return &flow_table_; } in mutable_flow_table() function
476 storage->mutable_flow_table()->Insert({id1, id2, 0}); in TEST_F()