OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoc
(Results
1 - 14
of
14
) sorted by null
/external/protobuf/
generate_descriptor_proto.sh
10
# to make when building
protoc
. This is particularly useful for passing
30
make $@
protoc
&&
31
./
protoc
--cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
32
./
protoc
--cpp_out=dllexport_decl=LIBPROTOC_EXPORT:. google/protobuf/compiler/plugin.proto
configure.ac
38
AC_ARG_WITH([
protoc
],
39
[AS_HELP_STRING([--with-
protoc
=COMMAND],
40
[use the given
protoc
command instead of building a new one when building tests (useful for cross-compiling)])],
120
PROTOC
=$with_protoc
122
# No argument given. Use system
protoc
.
123
PROTOC
=
protoc
125
AS_IF([echo "$
PROTOC
" | grep -q '^@<:@^/@:>@.*/'], [
130
# is a nested package and --with-
protoc
was actually given on the outer
132
PROTOC
=`pwd`/${ac_top_build_prefix}$PROTO
[
all
...]
Makefile.am
55
vsprojects/
protoc
.vcproj \
configure
887
PROTOC
[
all
...]
/hardware/ril/mock-ril/
Makefile
3
# invokes
protoc
to generate the appropriate protobuf
10
PROTOC
=$(wildcard $(top)out/host/*/bin/aprotoc)
12
ifneq ($(words $(
PROTOC
)),1)
13
$(error expecting 1
protoc
we have $(words $(
PROTOC
)),
PROTOC
='$(
PROTOC
)')
36
# A Makefile to run
protoc
and simplify testing.
50
# Run
protoc
to create the descriptor files for msgheader
53
$(
PROTOC
) --descriptor_set_out=$@ --proto_path=$(src_proto) --include_imports $
[
all
...]
/external/protobuf/python/
setup.py
19
if os.path.exists("../src/
protoc
"):
20
protoc
= "../src/
protoc
"
variable
21
elif os.path.exists("../src/
protoc
.exe"):
22
protoc
= "../src/
protoc
.exe"
variable
24
protoc
= find_executable("
protoc
")
variable
42
if
protoc
== None:
44
"
protoc
is not installed nor found in ../src. Please compile it
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh
35
# Test
protoc
's zip output mode.
50
./
protoc
--cpp_out=testzip.zip --python_out=testzip.zip --java_out=testzip.jar \
51
testzip.proto || fail '
protoc
failed.'
plugin.pb.h
12
#error This file was generated by a newer version of
protoc
which is
17
#error This file was generated by an older version of
protoc
which is
19
#error regenerate this file with a newer version of
protoc
.
/hardware/ril/mock-ril/src/cpp/
msgheader.pb.h
12
#error This file was generated by a newer version of
protoc
which is
17
#error This file was generated by an older version of
protoc
which is
19
#error regenerate this file with a newer version of
protoc
.
/external/protobuf/examples/
Makefile
21
protoc
--cpp_out=. --java_out=. --python_out=. addressbook.proto
/external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.h
12
#error This file was generated by a newer version of
protoc
which is
17
#error This file was generated by an older version of
protoc
which is
19
#error regenerate this file with a newer version of
protoc
.
/external/protobuf/src/
Makefile.am
201
bin_PROGRAMS =
protoc
270
$(
PROTOC
) -I$(srcdir) --cpp_out=. $^
275
# We have to cd to $(srcdir) before executing
protoc
because $(protoc_inputs) is
278
unittest_proto_middleman:
protoc
$(EXEEXT) $(protoc_inputs)
279
oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/
protoc
$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
294
check_PROGRAMS =
protoc
protobuf-test protobuf-lazy-descriptor-test \
/frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.h
12
#error This file was generated by a newer version of
protoc
which is
17
#error This file was generated by an older version of
protoc
which is
19
#error regenerate this file with a newer version of
protoc
.
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.pb.h
12
#error This file was generated by a newer version of
protoc
which is
17
#error This file was generated by an older version of
protoc
which is
19
#error regenerate this file with a newer version of
protoc
.
[
all
...]
Completed in 505 milliseconds