| 116 | } |
| 117 | |
| 118 | static inline void Load(IInputStream* in, T& t) { |
| 119 | ::LoadPodType(in, t); |
| 120 | } |
| 121 | |
| 122 | template <class TStorage> |
| 123 | static inline void Load(IInputStream* in, T& t, TStorage& /*pool*/) { |
nothing calls this directly
no test coverage detected