| 67 | u32 GetDepth() const { return mItems.size(); } |
| 68 | bool Empty() const { return mItems.empty(); } |
| 69 | void Clear() { return mItems.clear(); } |
| 70 | u32 GetHash() const { return mHash; } |
| 71 | |
| 72 | s32 Compare( const CProfileCallstack & rhs ) const |
nothing calls this directly
no outgoing calls
no test coverage detected