Searched refs:raw_val (Results 1 – 1 of 1) sorted by relevance
290 auto raw_val = iter.value(); in ReadProperties() local301 {key, raw_val.ToString()}); in ReadProperties()305 if (!GetVarint64(&raw_val, &val)) { in ReadProperties()309 "\tkey: " + key + "\tval: " + raw_val.ToString(); in ReadProperties()315 new_table_properties->filter_policy_name = raw_val.ToString(); in ReadProperties()317 new_table_properties->column_family_name = raw_val.ToString(); in ReadProperties()319 new_table_properties->comparator_name = raw_val.ToString(); in ReadProperties()321 new_table_properties->merge_operator_name = raw_val.ToString(); in ReadProperties()327 new_table_properties->compression_name = raw_val.ToString(); in ReadProperties()329 new_table_properties->compression_options = raw_val.ToString(); in ReadProperties()[all …]