MCPcopy Create free account
hub / github.com/apache/arrow / ToLittleEndian

Function ToLittleEndian

cpp/src/arrow/util/endian.h:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 T, int64_t, uint64_t, int32_t, uint32_t, int16_t, uint16_t,
132 uint8_t, int8_t, float, double, bool>>
133static inline T ToLittleEndian(T value) {
134 return value;
135}
136#else
137template <typename T, typename = internal::EnableIfIsOneOf<
138 T, int64_t, uint64_t, int32_t, uint32_t, int16_t, uint16_t,

Callers 15

TESTFunction · 0.70
LoadWordFunction · 0.70
LoadFullWordMethod · 0.70
LoadPartialWordMethod · 0.70
loadMethod · 0.70
VisitWordsFunction · 0.70
AppendWordMethod · 0.70
loadMethod · 0.70
PutValueMethod · 0.70
FlushMethod · 0.70
PutAlignedMethod · 0.70
LoadFullWordFunction · 0.70

Calls 1

ByteSwapFunction · 0.85

Tested by 2

TESTFunction · 0.56
TESTFunction · 0.56