Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/
Dcleanable_test.cc82 Cleanable c2; in TEST_F() local
86 c1.DelegateCleanupsTo(&c2); in TEST_F()
96 Cleanable c2; in TEST_F() local
99 c1.DelegateCleanupsTo(&c2); in TEST_F()
109 Cleanable c2; in TEST_F() local
114 c1.DelegateCleanupsTo(&c2); in TEST_F()
124 Cleanable c2; in TEST_F() local
140 Cleanable c2; in TEST_F() local
157 Cleanable c2; in TEST_F() local
173 Cleanable c2; in TEST_F() local
[all …]
/rocksdb-6.9/utilities/cassandra/
Dcassandra_format_test.cc60 std::shared_ptr<ColumnBase> c2 = in TEST() local
62 c2->Serialize(&dest); in TEST()
116 std::shared_ptr<ColumnBase> c2 = in TEST() local
118 c2->Serialize(&dest); in TEST()
178 std::shared_ptr<ColumnBase> c2 = in TEST() local
180 c2->Serialize(&dest); in TEST()
/rocksdb-6.9/util/
Dxxh3p.h446 xxh_u8 const c2 = input[len >> 1]; in XXH3p_len_1to3_64b() local
448 …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() local
1116 …xxh_u32 const combinedl = ((xxh_u32)c1) + (((xxh_u32)c2) << 8) + (((xxh_u32)c3) << 16) + (((xxh_u… in XXH3p_len_1to3_128b()