Searched refs:PropertyLocation (Results 1 – 3 of 3) sorted by relevance
72 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enum256 PropertyLocation location, Representation representation,308 PropertyLocation location() const { return LocationField::decode(value_); } in location()342 class LocationField : public BitField<PropertyLocation, 1, 1> {};
3335 PropertyLocation location, in GetFieldType()3473 PropertyLocation next_location; in ReconfigureProperty()3523 PropertyLocation old_location = old_details.location(); in ReconfigureProperty()3524 PropertyLocation tmp_location = tmp_details.location(); in ReconfigureProperty()3653 PropertyLocation next_location; in ReconfigureProperty()3745 PropertyLocation next_location; in ReconfigureProperty()
25 PropertyLocation location) { in CheckPropertyDetailsFieldsConsistency()