HomeSort by relevance Sort by last modified time
    Searched defs:GOOGLE_UNALIGNED_LOAD64 (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
port.h 235 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p))
254 inline uint64 GOOGLE_UNALIGNED_LOAD64(const void *p) {
372 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p));
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 235 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p))
254 inline uint64 GOOGLE_UNALIGNED_LOAD64(const void *p) {
370 return ToHost64(GOOGLE_UNALIGNED_LOAD64(p));

Completed in 205 milliseconds