Searched refs:current_prop (Results 1 – 1 of 1) sorted by relevance
55 sysprop::Property current_prop; in CompareProps() local57 current_prop = itr->second; in CompareProps()62 current_prop = legacy_itr->second; in CompareProps()69 if (latest_prop.type() != current_prop.type()) { in CompareProps()73 if (latest_prop.access() > current_prop.access()) { in CompareProps()78 if (latest_prop.scope() < current_prop.scope()) { in CompareProps()82 if (latest_prop.enum_values() != current_prop.enum_values()) { in CompareProps()86 if (latest_prop.integer_as_bool() != current_prop.integer_as_bool()) { in CompareProps()93 if (latest_prop.prop_name() != current_prop.prop_name()) { in CompareProps()97 if (latest_prop.legacy_prop_name() != current_prop.legacy_prop_name()) { in CompareProps()