Searched defs:protobuf (Results 1 - 25 of 549) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
H A Dtest_util_lite.h3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/unittest_lite.pb.h>
41 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
H A Dmessage_lite.h3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
243 } // namespace protobuf
H A Dreflection_ops.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/message.h>
45 namespace protobuf { namespace in namespace:google
78 } // namespace protobuf
/external/protobuf/src/google/protobuf/
H A Dpackage_info.h3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
H A Dmessage_lite.h3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/io/coded_stream.h>
46 namespace protobuf { namespace in namespace:google
236 } // namespace protobuf
H A Dtest_util_lite.h3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/unittest_lite.pb.h>
41 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
H A Dgenerated_message_util.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/generated_message_util.h>
40 namespace protobuf { namespace in namespace:google
52 } // namespace protobuf
H A Dreflection_ops.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/message.h>
44 namespace protobuf { namespace in namespace:google
77 } // namespace protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/hash.h>
36 namespace protobuf { namespace in namespace:google
40 } // namespace protobuf
H A Dstructurally_valid_unittest.cc4 #include <google/protobuf/stubs/common.h>
8 namespace protobuf { namespace in namespace:google
39 } // namespace protobuf
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_protobuf.h3 // http://code.google.com/p/protobuf/
42 namespace protobuf { namespace in namespace:google
54 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.h3 // 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h3 // 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
H A Dplugin.h3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dpackage_info.h3 // 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
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.h3 // http://code.google.com/p/protobuf/
47 #include <google/protobuf/stubs/common.h>
50 namespace protobuf { namespace in namespace:google
73 } // namespace protobuf
H A Dstructurally_valid_unittest.cc4 #include <google/protobuf/stubs/common.h>
8 namespace protobuf { namespace in namespace:google
39 } // namespace protobuf
/external/protobuf/src/google/protobuf/compiler/
H A Dpackage_info.h3 // 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
H A Dplugin.h3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
61 namespace protobuf { namespace in namespace:google
70 } // namespace protobuf
/external/protobuf/src/google/protobuf/io/
H A Dpackage_info.h3 // 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
/external/protobuf/editors/
H A Dprotobuf-mode.el0 ;;; 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
[all...]
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DForceFieldBuildersPreRun.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment_unittest.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/java/java_doc_comment.h>
38 namespace protobuf { namespace in namespace:google
65 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.h3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
80 } // namespace protobuf

Completed in 692 milliseconds

1234567891011>>