| 855 | } |
| 856 | |
| 857 | Field Field::raw(const Byte* data, uint32_t length) { |
| 858 | Field::FieldStorage storage; |
| 859 | storage.raw = data; |
| 860 | return Field(storage, InternalType::Raw, length); |
| 861 | } |
| 862 | |
| 863 | Field Field::ref(RefCountable* ref) { |
| 864 | Field::FieldStorage storage; |