Home | History | Annotate | Download | only in src

Lines Matching refs:Representation

89              Representation representation,
93 details_(attributes, type, representation, field_index) { }
104 Representation representation)
106 FIELD, representation, field_index) {}
126 Representation::Tagged()) {}
189 details_(NONE, NONEXISTENT, Representation::None()) {
211 return value->FitsRepresentation(details_.representation());
216 details_ = PropertyDetails(NONE, TRANSITION, Representation::None());
234 details_ = PropertyDetails(NONE, HANDLER, Representation::Tagged());
242 details_ = PropertyDetails(NONE, INTERCEPTOR, Representation::Tagged());
247 details_ = PropertyDetails(NONE, NONEXISTENT, Representation::None());
266 Representation representation() {
270 return details_.representation();