MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / ur2Data

Function ur2Data

src/types.cpp:376–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376size_t ur2Data(byte* buf, URational l, ByteOrder byteOrder) {
377 size_t o = ul2Data(buf, l.first, byteOrder);
378 o += ul2Data(buf + o, l.second, byteOrder);
379 return o;
380}
381
382size_t s2Data(byte* buf, int16_t s, ByteOrder byteOrder) {
383 if (byteOrder == littleEndian) {

Callers 1

toDataFunction · 0.85

Calls 1

ul2DataFunction · 0.85

Tested by

no test coverage detected