Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/
Dcleanable_test.cc30 { Cleanable c1; } in TEST_F() local
36 Cleanable c1; in TEST_F() local
44 Cleanable c1; in TEST_F() local
54 Cleanable c1; in TEST_F() local
57 c1.Reset(); in TEST_F()
66 Cleanable c1; in TEST_F() local
68 c1.Reset(); in TEST_F()
84 Cleanable c1; in TEST_F() local
98 Cleanable c1; in TEST_F() local
111 Cleanable c1; in TEST_F() local
[all …]
/rocksdb-6.9/utilities/cassandra/
Dcassandra_format_test.cc49 EXPECT_EQ(c1->Index(), index); in TEST()
50 EXPECT_EQ(c1->Timestamp(), timestamp); in TEST()
51 EXPECT_EQ(c1->Size(), 14 + sizeof(data)); in TEST()
53 c1->Serialize(&dest); in TEST()
103 std::shared_ptr<ExpiringColumn> c1 = in TEST() local
105 EXPECT_EQ(c1->Index(), index); in TEST()
106 EXPECT_EQ(c1->Timestamp(), timestamp); in TEST()
109 c1->Serialize(&dest); in TEST()
168 EXPECT_EQ(c1->Index(), index); in TEST()
170 EXPECT_EQ(c1->Size(), 14); in TEST()
[all …]
/rocksdb-6.9/build_tools/
Dprecommit_checker.py174 def print_row(self, c0, c1): argument
175 print("%s%s" % (c0.ljust(40), c1.ljust(20)))
/rocksdb-6.9/util/
Dxxh3p.h445 { xxh_u8 const c1 = input[0]; 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()
1113 { xxh_u8 const c1 = input[0]; 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()
/rocksdb-6.9/docs/_sass/
D_syntax-highlighting.scss15 .rougeHighlight .c1 { color: #72c02c; } /* Comment.Single */ class