Home
last modified time | relevance | path

Searched refs:GOOGLE_PROTOBUF_OBJC_VERSION (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/objectivec/DevTools/
Dcheck_version_stamps.sh53 check_constant GOOGLE_PROTOBUF_OBJC_VERSION
/external/protobuf/objectivec/
DGPBBootstrap.h130 #define GOOGLE_PROTOBUF_OBJC_VERSION 30002 macro
DGPBUtilities_PackagePrivate.h58 GPBCheckRuntimeVersionSupport(GOOGLE_PROTOBUF_OBJC_VERSION); in GPB_DEBUG_CHECK_RUNTIME_VERSIONS()
DGPBUtilities.m212 if (GOOGLE_PROTOBUF_OBJC_VERSION < objcRuntimeVersion) {
217 GOOGLE_PROTOBUF_OBJC_VERSION, objcRuntimeVersion];
/external/protobuf/objectivec/google/protobuf/
DEmpty.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DSourceContext.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DDuration.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DFieldMask.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DAny.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DTimestamp.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DWrappers.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DStruct.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DApi.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
DType.pbobjc.h20 #if GOOGLE_PROTOBUF_OBJC_VERSION < 30002
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_file.cc55 const int32 GOOGLE_PROTOBUF_OBJC_VERSION = 30002; variable
238 "google_protobuf_objc_version", StrCat(GOOGLE_PROTOBUF_OBJC_VERSION)); in GenerateHeader()