HomeSort by relevance Sort by last modified time
    Searched refs:GOOGLE_PROTOBUF_VERSION (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
common.cc 59 if (GOOGLE_PROTOBUF_VERSION < minLibraryVersion) {
64 "is " << VersionString(GOOGLE_PROTOBUF_VERSION) << ". Please update "
76 << VersionString(GOOGLE_PROTOBUF_VERSION) << "). Contact the program "
common.h 116 #define GOOGLE_PROTOBUF_VERSION 2006001
151 GOOGLE_PROTOBUF_VERSION, GOOGLE_PROTOBUF_MIN_LIBRARY_VERSION, \
    [all...]
common_unittest.cc 63 EXPECT_EQ(version, internal::VersionString(GOOGLE_PROTOBUF_VERSION));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 117 "#if GOOGLE_PROTOBUF_VERSION < $min_header_version$\n"
130 "protoc_version", SimpleItoa(GOOGLE_PROTOBUF_VERSION));
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.h 11 #if GOOGLE_PROTOBUF_VERSION < 2006000
    [all...]
command_line_interface.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 11 #if GOOGLE_PROTOBUF_VERSION < 2006000
    [all...]

Completed in 2528 milliseconds