| 49 | |
| 50 | sonic_force_inline size_t Size() const { return stack_.Size(); } |
| 51 | sonic_force_inline size_t Capacity() const { return stack_.Capacity(); } |
| 52 | sonic_force_inline bool Empty() const { return stack_.Empty(); } |
| 53 | |
| 54 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected