Searched refs:headerVersion (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc56 void VerifyVersion(int headerVersion, argument
70 if (headerVersion < kMinHeaderVersionForLibrary) {
74 << VersionString(headerVersion) << " of the Protocol Buffer runtime "
H A Dcommon.h152 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc56 void VerifyVersion(int headerVersion, argument
70 if (headerVersion < kMinHeaderVersionForLibrary) {
74 << VersionString(headerVersion) << " of the Protocol Buffer runtime "
H A Dcommon.h107 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,

Completed in 126 milliseconds