| 1409 | } |
| 1410 | |
| 1411 | void MField::GetValue(MObject* instance, void* result) const |
| 1412 | { |
| 1413 | static void* FieldGetValuePtr = GetStaticMethodPointer(TEXT("FieldGetValue")); |
| 1414 | CallStaticMethod<void, void*, void*, void*>(FieldGetValuePtr, instance, _handle, result); |
| 1415 | } |
| 1416 | |
| 1417 | void MField::GetValueReference(MObject* instance, void* result) const |
| 1418 | { |
no test coverage detected