Searched refs:c2 (Results 1 – 3 of 3) sorted by relevance
82 Cleanable c2; in TEST_F() local86 c1.DelegateCleanupsTo(&c2); in TEST_F()96 Cleanable c2; in TEST_F() local99 c1.DelegateCleanupsTo(&c2); in TEST_F()109 Cleanable c2; in TEST_F() local114 c1.DelegateCleanupsTo(&c2); in TEST_F()124 Cleanable c2; in TEST_F() local140 Cleanable c2; in TEST_F() local157 Cleanable c2; in TEST_F() local173 Cleanable c2; in TEST_F() local[all …]
60 std::shared_ptr<ColumnBase> c2 = in TEST() local62 c2->Serialize(&dest); in TEST()116 std::shared_ptr<ColumnBase> c2 = in TEST() local118 c2->Serialize(&dest); in TEST()178 std::shared_ptr<ColumnBase> c2 = in TEST() local180 c2->Serialize(&dest); in TEST()
446 xxh_u8 const c2 = input[len >> 1]; in XXH3p_len_1to3_64b() local448 …xxh_u32 const combined = ((xxh_u32)c1) | (((xxh_u32)c2) << 8) | (((xxh_u32)c3) << 16) | (((xxh_u3… in XXH3p_len_1to3_64b()1114 xxh_u8 const c2 = input[len >> 1]; in XXH3p_len_1to3_128b() local1116 …xxh_u32 const combinedl = ((xxh_u32)c1) + (((xxh_u32)c2) << 8) + (((xxh_u32)c3) << 16) + (((xxh_u… in XXH3p_len_1to3_128b()