| 2005 | } |
| 2006 | |
| 2007 | int64_t frame_capacity() const noexcept { return frame_capacity_; } |
| 2008 | int64_t acoustic_sample_capacity() const noexcept { return acoustic_sample_capacity_; } |
| 2009 | int64_t semantic_sample_capacity() const noexcept { return semantic_sample_capacity_; } |
| 2010 |
no outgoing calls
no test coverage detected