HomeSort by relevance Sort by last modified time
    Searched refs:cpp_generator (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
main.cc 34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
45 google::protobuf::compiler::cpp::CppGenerator cpp_generator; local
46 cli.RegisterGenerator("--cpp_out", "--cpp_opt", &cpp_generator,
  /external/protobuf/src/google/protobuf/compiler/
main.cc 34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
47 google::protobuf::compiler::cpp::CppGenerator cpp_generator; local
48 cli.RegisterGenerator("--cpp_out", &cpp_generator,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 37 #include <google/protobuf/compiler/cpp/cpp_generator.h>
97 CppGenerator cpp_generator; local
99 cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
cpp_generator.cc 35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
cpp_bootstrap_unittest.cc 47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 37 #include <google/protobuf/compiler/cpp/cpp_generator.h>
97 CppGenerator cpp_generator; local
99 cli.RegisterGenerator("--cpp_out", &cpp_generator, "");
cpp_generator.cc 35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
cpp_bootstrap_unittest.cc 47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
  /external/chromium_org/tools/json_schema_compiler/
compiler.py 24 from cpp_generator import CppGenerator
100 cpp_generator = CppGenerator(type_generator, root_namespace)
102 ('%s.h' % namespace.unix_name, cpp_generator.h_generator),
103 ('%s.cc' % namespace.unix_name, cpp_generator.cc_generator)
  /external/chromium_org/third_party/protobuf/
protoc.host.darwin-arm.mk 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
protoc.host.darwin-mips.mk 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
protoc.host.darwin-x86.mk 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
protoc.host.linux-arm.mk 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
protoc.host.linux-mips.mk 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
protoc.host.linux-x86.mk 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \
  /external/chromium_org/third_party/protobuf/src/
Makefile.am 86 google/protobuf/compiler/cpp/cpp_generator.h \
163 google/protobuf/compiler/cpp/cpp_generator.cc \
  /external/protobuf/src/
Makefile.am 73 google/protobuf/compiler/cpp/cpp_generator.h \
149 google/protobuf/compiler/cpp/cpp_generator.cc \
  /external/protobuf/
Android.mk 82 src/google/protobuf/compiler/cpp/cpp_generator.cc \

Completed in 834 milliseconds