| 695 | } |
| 696 | |
| 697 | size_t NpShapeGetScPtrOffset() |
| 698 | { |
| 699 | const size_t offset = size_t(&(reinterpret_cast<NpShape*>(0)->getScbShape().getScShape())); |
| 700 | return offset; |
| 701 | } |
| 702 | |
| 703 | void NpShapeIncRefCount(Scb::Shape& scb) |
| 704 | { |
no outgoing calls
no test coverage detected