Searched refs:protobuf (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/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
/external/protobuf/src/google/protobuf/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
H A Dservice.cc35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
H A Dlite_unittest.cc36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/test_util_lite.h>
38 #include <google/protobuf/unittest_lite.pb.h>
39 #include <google/protobuf/io/coded_stream.h>
40 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
41 #include <google/protobuf/wire_format_lite.h>
42 #include <google/protobuf/wire_format_lite_inl.h>
48 void ExpectMessageMerged(const google::protobuf::unittest::TestAllTypesLite& message) {
55 google::protobuf::unittest::TestAllTypesLite* msg1,
56 google::protobuf
[all...]
H A Ddescriptor.pb.h2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
31 namespace protobuf { namespace in namespace:google
85 LIBPROTOBUF_EXPORT const ::google::protobuf
6732 namespace protobuf { namespace in namespace:google
[all...]
/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/protobuf/java/src/main/java/com/google/protobuf/
H A DMessageLiteOrBuilder.java31 package com.google.protobuf;
H A DRpcCallback.java31 package com.google.protobuf;
H A DProtocolMessageEnum.java31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
H A DProtocolStringList.java31 package com.google.protobuf;
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DForceFieldBuildersPreRun.java31 package com.google.protobuf;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.h31 // 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/google/protobuf/compiler/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::compiler namespace.
41 namespace protobuf { namespace in namespace:google
63 } // namespace protobuf
H A Dtest_plugin.cc38 #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);
H A Dmain.cc33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
38 #include <google/protobuf/compiler/javanano/javanano_generator.h>
43 google::protobuf::compiler::CommandLineInterface cli;
47 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
52 google::protobuf::compiler::java::JavaGenerator java_generator;
58 google::protobuf
[all...]
H A Dplugin.pb.cc2 // source: google/protobuf/compiler/plugin.proto
5 #include "google/protobuf/compiler/plugin.pb.h"
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/once.h>
11 #include <google/protobuf/io/coded_stream.h>
12 #include <google/protobuf/wire_format_lite_inl.h>
13 #include <google/protobuf/descriptor.h>
14 #include <google/protobuf/generated_message_reflection.h>
15 #include <google/protobuf/reflection_ops.h>
16 #include <google/protobuf/wire_forma
20 namespace protobuf { namespace in namespace:google
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dpackage_info.h35 // This file exists solely to document the google::protobuf::io namespace.
41 namespace protobuf { namespace in namespace:google
53 } // namespace protobuf
H A Dzero_copy_stream.cc35 #include <google/protobuf/io/zero_copy_stream.h>
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
56 } // namespace protobuf
H A Dcoded_stream_inl.h39 #include <google/protobuf/io/coded_stream.h>
40 #include <google/protobuf/io/zero_copy_stream_impl_lite.h>
42 #include <google/protobuf/stubs/stl_util.h>
45 namespace protobuf { namespace in namespace:google
67 } // namespace protobuf
H A Dstrtod.h39 namespace protobuf { namespace in namespace:google
47 } // namespace protobuf
/external/protobuf/src/
H A DMakefile.am5 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_arm64_gcc.h \
44 google/protobuf/stubs/atomicops_internals_arm_qnx.h \
45 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \
46 google/protobuf/stub
[all...]
/external/protobuf/
H A DMakefile.am14 # Build gtest before we build protobuf tests. We don't add gtest to SUBDIRS
36 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
48 editors/protobuf-mode.el \
54 vsprojects/protobuf.sln \
70 java/src/main/java/com/google/protobuf/AbstractMessage.java \
71 java/src/main/java/com/google/protobuf/AbstractMessageLite.java \
72 java/src/main/java/com/google/protobuf/AbstractParser.java \
73 java/src/main/java/com/google/protobuf/BlockingRpcChannel.java \
74 java/src/main/java/com/google/protobuf/BlockingServic
[all...]
H A DAndroid.mk22 src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
23 src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
24 src/google/protobuf/stubs/common.cc \
25 src/google/protobuf/stubs/once.cc \
26 src/google/protobuf/stubs/hash.h \
27 src/google/protobuf/stubs/map_util.h \
28 src/google/protobuf/stubs/shared_ptr.h \
29 src/google/protobuf/stubs/stringprintf.cc \
30 src/google/protobuf/stubs/stringprintf.h \
31 src/google/protobuf/extension_se
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator_factory.cc33 #include <google/protobuf/compiler/java/java_generator_factory.h>
35 #include <google/protobuf/compiler/java/java_context.h>
36 #include <google/protobuf/compiler/java/java_enum_field.h>
37 #include <google/protobuf/compiler/java/java_extension.h>
38 #include <google/protobuf/compiler/java/java_field.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/compiler/java/java_message.h>
41 #include <google/protobuf/compiler/java/java_service.h>
44 namespace protobuf { namespace in namespace:google
76 } // namespace protobuf
[all...]
/external/protobuf/src/google/protobuf/testing/
H A Dzcgunzip.cc48 #include <google/protobuf/io/gzip_stream.h>
49 #include <google/protobuf/io/zero_copy_stream_impl.h>
51 using google::protobuf::io::FileInputStream;
52 using google::protobuf::io::GzipInputStream;

Completed in 468 milliseconds

1234567891011>>