Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dport.h245 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) macro
259 inline uint32 GOOGLE_UNALIGNED_LOAD32(const void *p) { in GOOGLE_UNALIGNED_LOAD32() function