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

Function FromLittleEndian

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

Source from the content-addressed store, hash-verified

162 T, int64_t, uint64_t, int32_t, uint32_t, int16_t, uint16_t,
163 uint8_t, int8_t, float, double, bool>>
164static inline T FromLittleEndian(T value) {
165 return value;
166}
167#else
168template <typename T, typename = internal::EnableIfIsOneOf<
169 T, int64_t, uint64_t, int32_t, uint32_t, int16_t, uint16_t,

Callers 15

TESTFunction · 0.70
unpack_fullFunction · 0.70
unpack_exactFunction · 0.70
TESTFunction · 0.70
LoadIntFunction · 0.70
VisitWordsFunction · 0.70
storeMethod · 0.70
ReadLittleEndianWordFunction · 0.70
GetAlignedMethod · 0.70
ResetMethod · 0.70
TESTFunction · 0.70
ReadLE32Function · 0.50

Calls 1

ByteSwapFunction · 0.85

Tested by 8

TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TEST_PFunction · 0.40
TEST_FFunction · 0.40
CheckEqMethod · 0.40
signbitMethod · 0.40