Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h246 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) macro
265 inline uint64 GOOGLE_UNALIGNED_LOAD64(const void *p) { in GOOGLE_UNALIGNED_LOAD64() function