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

  /external/protobuf/src/google/protobuf/stubs/
port.h 127 #undef GOOGLE_LL_FORMAT
132 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
136 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 127 #undef GOOGLE_LL_FORMAT
132 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
136 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 185 #undef GOOGLE_LL_FORMAT
190 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
194 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 185 #undef GOOGLE_LL_FORMAT
190 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
194 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 185 #undef GOOGLE_LL_FORMAT
190 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
194 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 185 #undef GOOGLE_LL_FORMAT
190 #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...)
194 #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.
    [all...]

Completed in 1558 milliseconds