| 537 | } |
| 538 | |
| 539 | const char* PropertyData::getName(OffsetBase offsetBase,const Property* prop) const |
| 540 | { |
| 541 | const PropertyData::PropertySpec* Spec = findProperty(offsetBase,prop); |
| 542 | |
| 543 | if(Spec) |
| 544 | return Spec->Name; |
| 545 | else |
| 546 | return nullptr; |
| 547 | } |
| 548 | |
| 549 | short PropertyData::getType(OffsetBase offsetBase,const Property* prop) const |
| 550 | { |
no outgoing calls
no test coverage detected