Home | History | Annotate | Download | only in mirror

Lines Matching full:methods_

713     return MemberOffset(OFFSETOF_MEMBER(Class, methods_));
1307 // The index in the methods_ array where the first declared virtual method is.
1310 // The index in the methods_ array where the first direct method is.
1313 // The index in the methods_ array where the first copied method is.
1375 // virtual_ methods_ for miranda methods.
1399 // The slice methods_ [0, virtual_methods_offset_) are the direct (static, private, init) methods
1402 // The slice methods_ [virtual_methods_offset_, copied_methods_offset_) are the virtual methods
1405 // The slice methods_ [copied_methods_offset_, |methods_|) are the methods that are copied from
1410 uint64_t methods_;
1459 // The offset of the first declared virtual methods in the methods_ array.