Flutter Engine
The Flutter Engine
|
This is the complete list of members for dart::RecordShape, including all inherited members.
AsInt() const | dart::RecordShape | inline |
AsSmi() const | dart::RecordShape | inline |
field_names_index() const | dart::RecordShape | inline |
ForUnnamed(intptr_t num_fields) | dart::RecordShape | inlinestatic |
GetFieldNames(Thread *thread) const | dart::RecordShape | |
HasNamedFields() const | dart::RecordShape | inline |
kFieldNamesIndexMask | dart::RecordShape | static |
kFieldNamesIndexShift | dart::RecordShape | static |
kMaxFieldNamesIndex | dart::RecordShape | static |
kMaxNumFields | dart::RecordShape | static |
kNumFieldsMask | dart::RecordShape | static |
num_fields() const | dart::RecordShape | inline |
operator!=(const RecordShape &other) const | dart::RecordShape | inline |
operator==(const RecordShape &other) const | dart::RecordShape | inline |
RecordShape(intptr_t value) | dart::RecordShape | inlineexplicit |
RecordShape(SmiPtr smi_value) | dart::RecordShape | inlineexplicit |
RecordShape(intptr_t num_fields, intptr_t field_names_index) | dart::RecordShape | inline |
Register(Thread *thread, intptr_t num_fields, const Array &field_names) | dart::RecordShape | static |