Lines Matching defs:method_relative_t
3700 struct method_relative_t {
4007 inline void swapStruct(struct method_relative_t &m) {
4472 struct method_relative_t m;
4486 memset(&m, '\0', sizeof(struct method_relative_t));
4487 if (left < sizeof(struct method_relative_t)) {
4491 memcpy(&m, r, sizeof(struct method_relative_t));
4496 uint64_t relNameRefVA = p + offsetof(struct method_relative_t, name);
4527 uint64_t relTypesVA = p + offsetof(struct method_relative_t, types);
4536 uint64_t relImpVA = p + offsetof(struct method_relative_t, imp);
4544 p += sizeof(struct method_relative_t);
4545 offset += sizeof(struct method_relative_t);