GOOGLE_LL_FORMAT 200 third_party/protobuf/src/google/protobuf/stubs/common.h #undef GOOGLE_LL_FORMAT GOOGLE_LL_FORMAT 205 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_LL_FORMAT "I64" // As in printf("%I64d", ...) GOOGLE_LL_FORMAT 209 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_LL_FORMAT "ll" // As in "%lld". Note that "q" is poor form also.