Lines Matching refs:props
66 TableProperties* props = nullptr; in CheckFileContents() local
72 &props, true /* compression_type_missing */)); in CheckFileContents()
74 std::string unused_key = props->user_collected_properties[ in CheckFileContents()
77 props->fixed_key_len), unused_key); in CheckFileContents()
80 *reinterpret_cast<const uint64_t*>(props->user_collected_properties[ in CheckFileContents()
83 ASSERT_EQ(props->raw_value_size, values.size()*value_len_found); in CheckFileContents()
85 *reinterpret_cast<const uint64_t*>(props->user_collected_properties[ in CheckFileContents()
89 *reinterpret_cast<const uint32_t*>(props->user_collected_properties[ in CheckFileContents()
93 *reinterpret_cast<const uint32_t*>(props->user_collected_properties[ in CheckFileContents()
97 *reinterpret_cast<const bool*>(props->user_collected_properties[ in CheckFileContents()
101 ASSERT_EQ(props->num_entries, keys.size()); in CheckFileContents()
102 ASSERT_EQ(props->num_deletions, num_deletions); in CheckFileContents()
103 ASSERT_EQ(props->fixed_key_len, keys.empty() ? 0 : keys[0].size()); in CheckFileContents()
104 ASSERT_EQ(props->data_size, expected_unused_bucket.size() * in CheckFileContents()
106 ASSERT_EQ(props->raw_key_size, keys.size()*props->fixed_key_len); in CheckFileContents()
107 ASSERT_EQ(props->column_family_id, 0); in CheckFileContents()
108 ASSERT_EQ(props->column_family_name, kDefaultColumnFamilyName); in CheckFileContents()
109 delete props; in CheckFileContents()