Home
last modified time | relevance | path

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

12345678910>>...79

/aosp_15_r20/external/protobuf/
H A Dupdate_version.py70 expected_major_version such that the PROTOBUF_VERSION in src/Makefile.am is
140 r'^#define PROTOBUF_VERSION .*$',
141 '#define PROTOBUF_VERSION %s' % cpp_version,
172 r'^#define PROTOBUF_VERSION .*$',
173 '#define PROTOBUF_VERSION %s' % cpp_version,
196 r'^#if PROTOBUF_VERSION < .*$',
197 '#if PROTOBUF_VERSION < %s' % cpp_version,
282 r'^PROTOBUF_VERSION = .*$',
283 'PROTOBUF_VERSION = %s' % ":".join(map(str,GetSharedObjectVersion())),
376 RewriteTextFile('protobuf_version.bzl',
[all …]
H A DCMakeLists.txt115 set(protobuf_VERSION variable
119 set(protobuf_VERSION "${protobuf_VERSION}.${protobuf_VERSION_PRERELEASE}") variable
121 set(protobuf_VERSION "${protobuf_VERSION}.0") variable
123 message(STATUS "${protobuf_VERSION}")
128 message(STATUS " Version : ${protobuf_VERSION} (${protobuf_VERSION_STRING})")
268 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")
/aosp_15_r20/external/cronet/third_party/protobuf/
H A Dupdate_version.py70 expected_major_version such that the PROTOBUF_VERSION in src/Makefile.am is
140 r'^#define PROTOBUF_VERSION .*$',
141 '#define PROTOBUF_VERSION %s' % cpp_version,
172 r'^#define PROTOBUF_VERSION .*$',
173 '#define PROTOBUF_VERSION %s' % cpp_version,
196 r'^#if PROTOBUF_VERSION < .*$',
197 '#if PROTOBUF_VERSION < %s' % cpp_version,
294 r'^PROTOBUF_VERSION = .*$',
295 'PROTOBUF_VERSION = %s' % ":".join(map(str,GetSharedObjectVersion())),
388 RewriteTextFile('protobuf_version.bzl',
[all …]
H A DCMakeLists.txt115 set(protobuf_VERSION variable
119 set(protobuf_VERSION "${protobuf_VERSION}.${protobuf_VERSION_PRERELEASE}") variable
121 set(protobuf_VERSION "${protobuf_VERSION}.0") variable
123 message(STATUS "${protobuf_VERSION}")
128 message(STATUS " Version : ${protobuf_VERSION} (${protobuf_VERSION_STRING})")
268 string(REPLACE "." "," protobuf_RC_FILEVERSION "${protobuf_VERSION}")
/aosp_15_r20/external/grpc-grpc-java/buildscripts/
H A Dmake_dependencies.sh6 PROTOBUF_VERSION=21.7
11 INSTALL_DIR="/tmp/protobuf-cache/$PROTOBUF_VERSION/$(uname -s)-$ARCH"
29 if [[ ! -d "$DOWNLOAD_DIR"/protobuf-"${PROTOBUF_VERSION}" ]]; then
30 …s://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-all-${PROTOBUF_VERS…
32 pushd $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindProtobuf.cmake43 ``Protobuf_VERSION``
491 set(Protobuf_VERSION "") variable
502 …set(Protobuf_VERSION "${_PROTOBUF_MAJOR_VERSION}.${_PROTOBUF_MINOR_VERSION}.${_PROTOBUF_SUBMINOR_V… variable
506 "${_PROTOBUF_COMMON_HEADER} reveals protobuf ${Protobuf_VERSION}")
523 if(NOT "${_PROTOBUF_PROTOC_EXECUTABLE_VERSION}" VERSION_EQUAL "${Protobuf_VERSION}")
525 " doesn't match library version ${Protobuf_VERSION}")
550 if (Protobuf_VERSION VERSION_GREATER_EQUAL "3.6")
621 if (Protobuf_VERSION VERSION_GREATER_EQUAL "3.6")
652 VERSION_VAR Protobuf_VERSION
/aosp_15_r20/external/pytorch/cmake/
H A DCaffe2Config.cmake.in56 message(STATUS "Caffe2: Protobuf version " ${Protobuf_VERSION})
61 if(NOT (${Protobuf_VERSION} VERSION_EQUAL @Protobuf_VERSION@))
64 "@Protobuf_VERSION@"
66 ${Protobuf_VERSION}
H A DProtoBuf.cmake124 # If Protobuf_VERSION is known (true in most cases, false if we are building
127 if(DEFINED ${Protobuf_VERSION})
131 set(Protobuf_VERSION "Protobuf_VERSION_NOTFOUND") variable
/aosp_15_r20/external/grpc-grpc-java/
H A DCOMPILING.md51 $ PROTOBUF_VERSION=21.7
52 …hub.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSI…
53 $ tar xzf protobuf-all-$PROTOBUF_VERSION.tar.gz
54 $ cd protobuf-$PROTOBUF_VERSION
/aosp_15_r20/external/golang-protobuf/internal/benchmarks/
H A Ddownload_benchdata.bash11 PROTOBUF_VERSION=v3.11.4
12 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/…
13 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/…
14 curl -s -O https://raw.githubusercontent.com/protocolbuffers/protobuf/$PROTOBUF_VERSION/benchmarks/…
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/protobuf/
H A Dprotobuf_optimized_pip.sh17 PROTOBUF_VERSION="3.3.1"
25 curl -SsL -O https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz
26 tar xzf v${PROTOBUF_VERSION}.tar.gz
27 cd $DIR/protobuf-${PROTOBUF_VERSION}
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/install/
H A Dinstall_proto3.sh20 PROTOBUF_VERSION="3.6.1"
21 protobuf_ver_flat=$(echo $PROTOBUF_VERSION | sed 's/\.//g' | sed 's/^0*//g')
29 …ttps://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION
/aosp_15_r20/external/protobuf/cmake/
H A Dprotobuf-module.cmake.in159 set(Protobuf_VERSION "@protobuf_VERSION@") variable
164 VERSION_VAR Protobuf_VERSION
170 Protobuf_VERSION
H A Dversion.rc.in35 VALUE "ProductVersion", "@protobuf_VERSION@\0"
36 VALUE "FileVersion", "@protobuf_VERSION@\0"
/aosp_15_r20/external/cronet/third_party/protobuf/cmake/
H A Dprotobuf-module.cmake.in159 set(Protobuf_VERSION "@protobuf_VERSION@") variable
164 VERSION_VAR Protobuf_VERSION
170 Protobuf_VERSION
H A Dversion.rc.in35 VALUE "ProductVersion", "@protobuf_VERSION@\0"
36 VALUE "FileVersion", "@protobuf_VERSION@\0"
/aosp_15_r20/external/armnn/build-tool/scripts/
H A Dsetup-armnn.sh41 …hub.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-all-$PROTOBUF_VERSI…
42 "protobuf-all-$PROTOBUF_VERSION.tar.gz"
H A Dcommon.sh60 PROTOBUF_VERSION=3.12.0
61 PROTOBUF_SRC="$SOURCE_DIR"/protobuf-"$PROTOBUF_VERSION"
/aosp_15_r20/external/grpc-grpc/templates/tools/distrib/python/
H A Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/aosp_15_r20/external/grpc-grpc/templates/tools/distrib/python/grpcio_tools/
H A Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/aosp_15_r20/external/grpc-grpc/templates/tools/distrib/python/xds_protos/
H A Dgrpc_version.py.template20 PROTOBUF_VERSION = '${settings.protobuf_version}'
/aosp_15_r20/external/protobuf/src/
H A DMakefile.am21 PROTOBUF_VERSION = 32:12:0 macro
191 libprotobuf_lite_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
238 libprotobuf_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
323 libprotoc_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
/aosp_15_r20/external/cronet/third_party/protobuf/src/
H A DMakefile.am21 PROTOBUF_VERSION = 32:12:0 macro
191 libprotobuf_lite_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
238 libprotobuf_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
323 libprotoc_la_LDFLAGS = -version-info $(PROTOBUF_VERSION) -export-dynamic -no-undefined
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dport_def.inc178 #ifdef PROTOBUF_VERSION
179 #error PROTOBUF_VERSION was previously defined
181 #define PROTOBUF_VERSION 3021012
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dport_def.inc178 #ifdef PROTOBUF_VERSION
179 #error PROTOBUF_VERSION was previously defined
181 #define PROTOBUF_VERSION 3021012

12345678910>>...79