Searched refs:protobuf (Results 1 - 25 of 309) 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.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 Dservice.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
H A Dlite_unittest.cc3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/test_util_lite.h>
37 #include <google/protobuf/stubs/common.h>
46 google::protobuf::TestUtilLite::ExpectClear(message);
47 google::protobuf::TestUtilLite::SetAllFields(&message);
51 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message);
52 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2);
53 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3);
54 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message);
55 google::protobuf
[all...]
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 Dgenerated_message_util.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf
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/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
29 namespace protobuf { namespace in namespace:google
80 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor();
82 return ::google::protobuf::internal::NameOfEnum(
87 return ::google::protobuf
4330 namespace protobuf { namespace in namespace:google
[all...]
H A Ddescriptor.pb.cc4 #include "google/protobuf/descriptor.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
18 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL;
19 const ::google::protobuf
[all...]
/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/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_messag
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream.cc3 // 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
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
H A Dcoded_stream_inl.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/stubs/stl_util-inl.h>
44 namespace protobuf { namespace in namespace:google
62 } // 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/protobuf/java/src/main/java/com/google/protobuf/
H A DRpcCallback.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
H A DProtocolMessageEnum.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
H A DServiceException.java3 // http://code.google.com/p/protobuf/
31 package com.google.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 Dtest_plugin.cc3 // 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);
H A Dmain.cc3 // http://code.google.com/p/protobuf/
33 #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
[all...]
H A Dplugin.pb.cc4 #include "google/protobuf/compiler/plugin.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
19 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL;
20 const ::google::protobuf
[all...]
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/
H A DAndroid.mk20 src/google/protobuf/stubs/common.cc \
21 src/google/protobuf/stubs/once.cc \
22 src/google/protobuf/stubs/hash.cc \
23 src/google/protobuf/stubs/hash.h \
24 src/google/protobuf/stubs/map-util.h \
25 src/google/protobuf/stubs/stl_util-inl.h \
26 src/google/protobuf/extension_set.cc \
27 src/google/protobuf/generated_message_util.cc \
28 src/google/protobuf/message_lite.cc \
29 src/google/protobuf/repeated_fiel
[all...]
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/BlockingRpcChannel.java \
73 java/src/main/java/com/google/protobuf/BlockingService.java \
74 java/src/main/java/com/google/protobuf/ByteStrin
[all...]
/external/protobuf/src/google/protobuf/testing/
H A Dzcgunzip.cc3 // http://code.google.com/p/protobuf/
48 #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;
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/python/python_generator.h>
38 #include <google/protobuf/compiler/command_line_interface.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
47 namespace protobuf { namespace in namespace:google
89 google::protobuf::compiler::CommandLineInterface cli;
115 } // namespace protobuf
[all...]

Completed in 342 milliseconds

1234567891011>>