Searched refs:mutable_slice_table (Results 1 – 4 of 4) sorted by relevance
47 return context_->storage->mutable_slice_table()->Insert(row).id; in Begin()68 return context_->storage->mutable_slice_table()->Insert(row).id; in BeginLegacyUnnestable()82 return context_->storage->mutable_slice_table()->Insert(row).id; in Scoped()109 auto* slices = context_->storage->mutable_slice_table(); in AddArgs()151 auto* slices = context_->storage->mutable_slice_table(); in StartSlice()207 auto* slices = context_->storage->mutable_slice_table(); in CompleteSlice()250 auto* slices = context_->storage->mutable_slice_table(); in MatchingIncompleteSliceIndex()297 auto* slices = context_->storage->mutable_slice_table(); in MaybeCloseStack()
109 return AddArgsTo(context_->storage->mutable_slice_table(), id); in AddArgsTo()
240 context_.storage->mutable_slice_table()->Insert( in TEST_F()429 context_.storage->mutable_slice_table()->Insert( in TEST_F()441 context_.storage->mutable_slice_table()->mutable_arg_set_id()->Set(0, args); in TEST_F()469 SliceId id1 = storage->mutable_slice_table() in TEST_F()472 SliceId id2 = storage->mutable_slice_table() in TEST_F()521 context_.storage->mutable_slice_table()->Insert( in TEST_F()539 context_.storage->mutable_slice_table()->mutable_arg_set_id()->Set(0, args); in TEST_F()569 context_.storage->mutable_slice_table()->Insert( in TEST_F()585 context_.storage->mutable_slice_table()->mutable_arg_set_id()->Set(0, args); in TEST_F()613 context_.storage->mutable_slice_table()->Insert( in TEST_F()[all …]
398 tables::SliceTable* mutable_slice_table() { return &slice_table_; } in mutable_slice_table() function