Lines Matching refs:value_
189 value_ = TypeField::encode(type) in PropertyDetails()
201 value_ = TypeField::encode(type)
207 int pointer() const { return DescriptorPointer::decode(value_); } in pointer()
209 PropertyDetails set_pointer(int i) { return PropertyDetails(value_, i); } in set_pointer()
212 return PropertyDetails(value_, representation); in CopyWithRepresentation()
217 return PropertyDetails(value_, new_attributes); in CopyAddAttributes()
232 PropertyType type() const { return TypeField::decode(value_); } in type()
235 return AttributesField::decode(value_); in attributes()
239 return DictionaryStorageField::decode(value_); in dictionary_index()
244 return DecodeRepresentation(RepresentationField::decode(value_)); in representation()
248 return FieldIndexField::decode(value_); in field_index()
260 bool IsDeleted() const { return DeletedField::decode(value_) != 0;} in IsDeleted()
285 value_ = DescriptorPointer::update(value, pointer); in PropertyDetails()
288 value_ = RepresentationField::update( in PropertyDetails()
292 value_ = AttributesField::update(value, attributes); in PropertyDetails()
295 uint32_t value_; variable