Home
last modified time | relevance | path

Searched refs:GOOGLE_PROTOBUF_VERSION (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.h99 #define GOOGLE_PROTOBUF_VERSION 3000000 macro
134 GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION, \
Dcommon.cc65 if (GOOGLE_PROTOBUF_VERSION < minLibraryVersion) { in VerifyVersion()
70 "is " << VersionString(GOOGLE_PROTOBUF_VERSION) << ". Please update " in VerifyVersion()
82 << VersionString(GOOGLE_PROTOBUF_VERSION) << "). Contact the program " in VerifyVersion()
Dcommon_unittest.cc64 EXPECT_EQ(version, internal::VersionString(GOOGLE_PROTOBUF_VERSION)); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dempty.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dduration.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dtimestamp.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dsource_context.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dfield_mask.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dany.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dstruct.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dapi.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dwrappers.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dtype.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Ddescriptor.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_file.cc794 "protoc_version", SimpleItoa(GOOGLE_PROTOBUF_VERSION)); in GenerateLibraryIncludes()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dplugin.pb.h11 #if GOOGLE_PROTOBUF_VERSION < 3000000
Dcommand_line_interface.cc1208 << protobuf::internal::VersionString(GOOGLE_PROTOBUF_VERSION) in InterpretArgument()