| 245 | //////////////////////////////////////////////////////////////////////////////// |
| 246 | |
| 247 | TRef TRef::FromBlob(const TBlob& blob) |
| 248 | { |
| 249 | return TRef(blob.Begin(), blob.Size()); |
| 250 | } |
| 251 | |
| 252 | bool TRef::AreBitwiseEqual(TRef lhs, TRef rhs) |
| 253 | { |
nothing calls this directly
no test coverage detected