Searched refs:vt2 (Results 1 – 2 of 2) sorted by relevance
242 final VelocityTracker vt2; in testObtainRecycle() local248 vt2 = VelocityTracker.obtain(); in testObtainRecycle()249 assertEquals(vt2.getStrategyId(), in testObtainRecycle()
1461 auto vt2 = reinterpret_cast<voffset_t *>(buf_.data_at(*vt_offset_ptr));1462 auto vt2_size = ReadScalar<voffset_t>(vt2);1463 if (vt1_size != vt2_size || 0 != memcmp(vt2, vt1, vt1_size)) continue;