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