OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpp_out
(Results
1 - 14
of
14
) sorted by null
/external/protobuf/
generate_descriptor_proto.sh
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
/external/protobuf/vsprojects/
tests.vcproj
415
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
"
425
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
"
439
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest.proto
"
449
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest.proto
"
463
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_custom_options.proto
"
473
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_custom_options.proto
"
487
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_embed_optimize_for.proto
"
497
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_embed_optimize_for.proto
"
511
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_import.proto
"
521
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_import.proto

[
all
...]
lite-test.vcproj
231
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_lite.proto
"
241
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_lite.proto
"
255
CommandLine="Debug\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_import_lite.proto
"
265
CommandLine="Release\protoc -I../src --
cpp_out
=. ../src/google/protobuf/unittest_import_lite.proto
"
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc
99
cli.RegisterGenerator("--
cpp_out
", &cpp_generator, "");
103
string
cpp_out
= "--
cpp_out
=" + TestTempDir();
local
109
cpp_out
.c_str(),
cpp_generator.cc
74
// protoc --
cpp_out
=dllexport_decl=FOO_EXPORT:outdir foo.proto
/external/protobuf/examples/
Makefile
21
protoc --
cpp_out
=. --java_out=. --python_out=. addressbook.proto
/external/protobuf/src/google/protobuf/compiler/
main.cc
47
cli.RegisterGenerator("--
cpp_out
", &cpp_generator,
command_line_interface.h
75
// cli.RegisterGenerator("--
cpp_out
", &cpp_generator,
87
// protoc --
cpp_out
=outdir --foo_out=outdir --proto_path=src src/foo.proto
199
// "--
cpp_out
=src/foo.pb2.cc" ->
200
// name = "--
cpp_out
", value = "src/foo.pb2.cc"
zip_output_unittest.sh
50
./protoc --
cpp_out
=testzip.zip --python_out=testzip.zip --java_out=testzip.jar \
/external/chromium/chrome/browser/sync/protocol/
sync_proto.gyp
47
'--
cpp_out
=<(protoc_out_dir)/chrome/browser/sync/protocol',
/frameworks/base/opengl/libs/GLES2_dbg/
generate_debugger_message_proto.py
154
os.system("aprotoc --
cpp_out
=src --java_out=../../../../../development/tools/glesv2debugger/src debugger_message.proto")
/external/protobuf/src/
Makefile.am
270
$(PROTOC) -I$(srcdir) --
cpp_out
=. $^
279
oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --
cpp_out
=$$oldpwd $(protoc_inputs) )
Makefile.in
[
all
...]
/build/core/
definitions.mk
865
--
cpp_out
=$(PRIVATE_PROTO_CC_OUTPUT_DIR) $<
[
all
...]
Completed in 166 milliseconds