Searched refs:getSecondRegion (Results 1 – 4 of 4) sorted by relevance
94 memTx->second = memTxInternal.getSecondRegion(); in beginWrite()107 memTx->second = memTxInternal.getSecondRegion(); in beginRead()
849 auto second = tx.getSecondRegion(); in TYPED_TEST()864 second = tx.getSecondRegion(); in TYPED_TEST()902 auto second = tx.getSecondRegion(); in TYPED_TEST()942 auto second = tx.getSecondRegion(); in TYPED_TEST()1010 auto second = tx.getSecondRegion(); in TYPED_TEST()1095 auto second = tx.getSecondRegion(); in TYPED_TEST()1106 second = tx.getSecondRegion(); in TYPED_TEST()
719 auto second = tx.getSecondRegion(); in TYPED_TEST()765 auto second = tx.getSecondRegion(); in TYPED_TEST()945 ASSERT_EQ(tx.getFirstRegion().getLength() + tx.getSecondRegion().getLength(), data.size()); in TYPED_TEST()
387 inline const MemRegion& getSecondRegion() const { return second; } in getSecondRegion() function