| 44 | typedef IOutputStream::TPart TPart; |
| 45 | |
| 46 | static inline ui64 LocalGuid(const TGUID& g) { |
| 47 | return ReadUnaligned<ui64>(g.dw); |
| 48 | } |
| 49 | |
| 50 | static inline TString LoadStroka(IInputStream& input, size_t len) { |
| 51 | TString tmp; |
no outgoing calls
no test coverage detected