HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 1 - 25 of 759) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
service.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
  /external/protobuf/src/google/protobuf/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
service.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf::compiler namespace.
41 namespace protobuf { namespace in namespace:google
63 } // namespace protobuf
test_plugin.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
40 #include <google/protobuf/stubs/strutil.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf::io namespace.
41 namespace protobuf { namespace in namespace:google
53 } // namespace protobuf
zero_copy_stream.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/io/zero_copy_stream.h>
39 namespace protobuf { namespace in namespace:google
47 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf::compiler namespace.
41 namespace protobuf { namespace in namespace:google
63 } // namespace protobuf
test_plugin.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
40 #include <google/protobuf/stubs/strutil.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
  /external/protobuf/src/google/protobuf/io/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf::io namespace.
41 namespace protobuf { namespace in namespace:google
53 } // namespace protobuf
zero_copy_stream.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/io/zero_copy_stream.h>
39 namespace protobuf { namespace in namespace:google
47 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
hash.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/hash.h>
36 namespace protobuf { namespace in namespace:google
40 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.h 3 // http://code.google.com/p/protobuf/
31 // This header declares the namespace google::protobuf::protobuf_unittest in order to expose
37 // name with "::", in case the namespace google::protobuf::foo exists. We intentionally
38 // trigger that case here by declaring google::protobuf::protobuf_unittest.
46 namespace protobuf { namespace in namespace:google
48 } // namespace protobuf
  /external/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
41 google/protobuf/stubs/common.h \
42 google/protobuf/stubs/once.h \
43 google/protobuf/descriptor.h \
44 google/protobuf/descriptor.pb.h \
45 google/protobuf/descriptor_database.h \
46 google/protobuf/dynamic_message.h
    [all...]
  /external/chromium_org/third_party/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
41 google/protobuf/stubs/atomicops.h \
42 google/protobuf/stubs/atomicops_internals_arm_gcc.h \
43 google/protobuf/stubs/atomicops_internals_macosx.h \
44 google/protobuf/stubs/atomicops_internals_mips_gcc.h \
45 google/protobuf/stubs/atomicops_internals_x86_gcc.h \
46 google/protobuf/stubs/atomicops_internals_x86_msvc.h
    [all...]
  /external/protobuf/editors/
protobuf-mode.el 0 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
6 ;; Keywords: google protobuf languages
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
46 ;; (defconst my-protobuf-style
50 ;; (add-hook 'protobuf-mode-hook
51 ;; (lambda () (c-add-style "my-style" my-protobuf-style t)))
75 (put 'protobuf-mode 'c-mode-prefix "protobuf-")
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
MessageLiteOrBuilder.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
RpcCallback.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ForceFieldBuildersPreRun.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/chromium_org/third_party/protobuf/
protobuf_full_do_not_use.host.darwin-arm.mk 27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc
    [all...]
protobuf_full_do_not_use.host.darwin-mips.mk 27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc
    [all...]
protobuf_full_do_not_use.host.darwin-x86.mk 27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc
    [all...]
protobuf_full_do_not_use.host.linux-arm.mk 27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc
    [all...]

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>