property: functionCount
| 74 | |
| 75 | // property: functionCount |
| 76 | _MTL_INLINE NS::UInteger MTL::VisibleFunctionTableDescriptor::functionCount() const |
| 77 | { |
| 78 | return Object::sendMessage<NS::UInteger>(this, _MTL_PRIVATE_SEL(functionCount)); |
| 79 | } |
| 80 | |
| 81 | _MTL_INLINE void MTL::VisibleFunctionTableDescriptor::setFunctionCount(NS::UInteger functionCount) |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected