HomeSort by relevance Sort by last modified time
    Searched full:cpp_out (Results 1 - 14 of 14) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/
dev.make 6 aprotoc --cpp_out=src --java_out=java gltrace.proto
  /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/chromium/chrome/browser/sync/protocol/
sync_proto.gyp 47 '--cpp_out=<(protoc_out_dir)/chrome/browser/sync/protocol',
  /external/protobuf/src/google/protobuf/compiler/
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"
main.cc 48 cli.RegisterGenerator("--cpp_out", &cpp_generator,
zip_output_unittest.sh 50 ./protoc --cpp_out=testzip.zip --python_out=testzip.zip --java_out=testzip.jar \
  /external/protobuf/src/
Makefile.am 288 $(PROTOC) -I$(srcdir) --cpp_out=. $^
297 oldpwd=`pwd` && ( cd $(srcdir) && $$oldpwd/protoc$(EXEEXT) -I. --cpp_out=$$oldpwd $(protoc_inputs) )
Makefile.in     [all...]
  /build/core/
definitions.mk 911 --cpp_out=$(PRIVATE_PROTO_CC_OUTPUT_DIR) $<
    [all...]

Completed in 288 milliseconds