Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTProtocol.h137 # define THRIFT_letohs(n) bswap_16(n) macro
161 # define THRIFT_letohs(n) bswap_16(n) macro
169 # define THRIFT_letohs(n) (n) macro
639 static uint16_t fromWire16(uint16_t x) {return THRIFT_letohs(x);} in fromWire16()