Searched defs:GOOGLE_UNALIGNED_LOAD64 (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dport.h235 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) macro
254 inline uint64 GOOGLE_UNALIGNED_LOAD64(const void *p) { function in namespace:google::protobuf
372 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p));

Completed in 58 milliseconds