Home
last modified time | relevance | path

Searched refs:THRIFT_letohll (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTProtocol.h133 # define THRIFT_letohll(n) bswap_64(n) macro
157 # define THRIFT_letohll(n) bswap_64(n) macro
165 # define THRIFT_letohll(n) (n) macro
641 static uint64_t fromWire64(uint64_t x) {return THRIFT_letohll(x);} in fromWire64()
DTCompactProtocol.tcc671 u.bits = THRIFT_letohll(u.bits); in readDouble()