Home
last modified time | relevance | path

Searched full:protobuf_version (Results 1 – 25 of 62) sorted by relevance

123

/third_party/protobuf/src/google/protobuf/
Druntime_version.h4 #ifdef PROTOBUF_VERSION
5 #error PROTOBUF_VERSION was previously defined
6 #endif // PROTOBUF_VERSION
24 #define PROTOBUF_VERSION PROTOBUF_OSS_VERSION macro
/third_party/protobuf/
DCMakeLists.txt112 set(protobuf_VERSION variable
116 set(protobuf_VERSION "${protobuf_VERSION}.${protobuf_VERSION_PRERELEASE}") variable
118 set(protobuf_VERSION "${protobuf_VERSION}.0") variable
120 message(STATUS "${protobuf_VERSION}")
125 message(STATUS " Version : ${protobuf_VERSION} (${protobuf_VERSION_STRING})")
243 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")
Dprotobuf_release.bzl7 load(":protobuf_version.bzl", "PROTOC_VERSION")
DWORKSPACE.bzlmod39 load("//:protobuf_version.bzl", "PROTOBUF_PREVIOUS_RELEASE")
/third_party/protobuf/cmake/
Dprotobuf-module.cmake.in159 set(Protobuf_VERSION "@protobuf_VERSION@") variable
164 VERSION_VAR Protobuf_VERSION
170 Protobuf_VERSION
Dversion.rc.in35 VALUE "ProductVersion", "@protobuf_VERSION@\0"
36 VALUE "FileVersion", "@protobuf_VERSION@\0"
Dupb.pc.cmake8 Version: @protobuf_VERSION@
Dprotoc.cmake14 VERSION ${protobuf_VERSION})
Dprotobuf.pc.cmake8 Version: @protobuf_VERSION@
Dprotobuf-lite.pc.cmake8 Version: @protobuf_VERSION@
Dupb_generators.cmake22 set_target_properties(protoc-gen-${generator} PROPERTIES VERSION ${protobuf_VERSION})
Dlibupb.cmake31 VERSION ${protobuf_VERSION}
Dlibprotoc.cmake29 VERSION ${protobuf_VERSION}
Dlibprotobuf.cmake41 VERSION ${protobuf_VERSION}
Dlibprotobuf-lite.cmake39 VERSION ${protobuf_VERSION}
/third_party/grpc/tools/run_tests/artifacts/
Ddistribtest_targets.py223 protobuf_version="", argument
235 if not protobuf_version == "":
236 self.name += "_protobuf_%s" % protobuf_version
241 self.protobuf_version = protobuf_version
273 self.protobuf_version,
502 protobuf_version="3.25",
/third_party/grpc/test/distrib/ruby/
Drun_distrib_test.sh28 PROTOBUF_VERSION="$4"
51 if [[ -n "$PROTOBUF_VERSION" ]]; then
52 bundle add google-protobuf --version "~> $PROTOBUF_VERSION"
/third_party/grpc/templates/tools/distrib/python/grpcio_tools/
Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/third_party/grpc/templates/tools/distrib/python/xds_protos/
Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/third_party/grpc/templates/tools/distrib/python/
Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/third_party/grpc/templates/src/csharp/build/
Ddependencies.props.template7 <GoogleProtobufVersion>${settings.protobuf_version}</GoogleProtobufVersion>
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dgrpc_version.py18 PROTOBUF_VERSION = '3.29.0' variable
/third_party/grpc/tools/distrib/python/xds_protos/
Dgrpc_version.py18 PROTOBUF_VERSION = '3.29.0' variable
/third_party/grpc/tools/distrib/python/
Dgrpc_version.py18 PROTOBUF_VERSION = '3.29.0' variable
/third_party/protobuf/examples/
DCMakeLists.txt11 message(STATUS "Using Protocol Buffers ${protobuf_VERSION}")

123