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

1234567891011>>

/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 Dgenerated_enum_util.h34 #include <google/protobuf/stubs/template_util.h>
37 namespace protobuf { namespace in namespace:google
41 template <typename T> struct is_proto_enum : ::google::protobuf::internal::false_type {};
43 } // namespace protobuf
H A Dmap_lite_test_util.h34 #include <google/protobuf/map_lite_unittest.pb.h>
37 namespace protobuf { namespace in namespace:google
77 } // namespace protobuf
H A Dtest_util_lite.h38 #include <google/protobuf/unittest_lite.pb.h>
41 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
H A Dwell_known_types_unittest.cc30 #include <google/protobuf/unittest_well_known_types.pb.h>
32 #include <google/protobuf/stubs/common.h>
33 #include <google/protobuf/testing/googletest.h>
35 #include <google/protobuf/stubs/stl_util.h>
38 namespace protobuf { namespace in namespace:google
41 // This test only checks whether well-known types are included in protobuf
59 } // namespace protobuf
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExperimentalApi.java31 package com.google.protobuf;
H A DProtocolStringList.java31 package com.google.protobuf;
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.h38 #include <google/protobuf/descriptor.h>
41 namespace protobuf { namespace in namespace:google
94 } // namespace protobuf
H A Dpython_protobuf.h42 namespace protobuf { namespace in namespace:google
54 } // namespace 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 Dplugin.h39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
67 #include <google/protobuf/stubs/common.h>
69 namespace protobuf { namespace in namespace:google
87 } // namespace protobuf
/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 Dstrtod.h39 namespace protobuf { namespace in namespace:google
52 } // namespace protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.h47 #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/util/internal/
H A Derror_listener.cc31 #include <google/protobuf/util/internal/error_listener.h>
34 namespace protobuf { namespace in namespace:google
41 } // namespace protobuf
/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.h36 #include <google/protobuf/stubs/common.h>
38 namespace protobuf { namespace in namespace:google
49 } // 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/core/src/test/java/com/google/protobuf/
H A DForceFieldBuildersPreRun.java31 package com.google.protobuf;
H A DWellKnownTypesTest.java31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.EnumDescriptor;
35 import com.google.protobuf.Descriptors.EnumValueDescriptor;
36 import com.google.protobuf.Descriptors.FieldDescriptor;
37 import com.google.protobuf.test.TestWellKnownTypes;
47 * This test ensures that well-known types are included in protobuf Java
/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_doc_comment.h35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/descriptor.h>
39 namespace protobuf { namespace in namespace:google
49 } // namespace protobuf
H A Dcsharp_generator_unittest.cc33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
35 #include <google/protobuf/io/zero_copy_stream.h>
36 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/testing/googletest.h>
40 #include <google/protobuf/testing/file.h>
43 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
H A Dcsharp_names.h44 namespace protobuf { namespace in namespace:google
92 const google::protobuf::FileDescriptor* descriptor,
100 } // namespace protobuf
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment_unittest.cc33 #include <google/protobuf/compiler/java/java_doc_comment.h>
38 namespace protobuf { namespace in namespace:google
66 } // namespace protobuf

Completed in 297 milliseconds

1234567891011>>