Lines Matching full:representation
88 Representation representation,
92 details_(attributes, type, representation, field_index) { }
103 Representation representation)
105 FIELD, representation, field_index) {}
125 Representation::Tagged()) {}
187 details_(NONE, NONEXISTENT, Representation::None()) {
208 return value->FitsRepresentation(details_.representation());
213 details_ = PropertyDetails(NONE, TRANSITION, Representation::None());
228 details_ = PropertyDetails(NONE, HANDLER, Representation::Tagged());
235 details_ = PropertyDetails(NONE, INTERCEPTOR, Representation::Tagged());
240 details_ = PropertyDetails(NONE, NONEXISTENT, Representation::None());
259 Representation representation() {
263 return details_.representation();