Searched defs:protobuf (Results 1 - 25 of 502) sorted by last modified time

1234567891011>>

/external/protobuf/python/
H A Dsetup.py16 maintainer_email = "protobuf@googlegroups.com"
58 generate_proto("../src/google/protobuf/unittest.proto")
59 generate_proto("../src/google/protobuf/unittest_import.proto")
60 generate_proto("../src/google/protobuf/unittest_mset.proto")
61 generate_proto("../src/google/protobuf/unittest_no_generic_services.proto")
62 generate_proto("google/protobuf/internal/more_extensions.proto")
63 generate_proto("google/protobuf/internal/more_messages.proto")
66 import google.protobuf.internal.generator_test as generator_test namespace
67 import google.protobuf.internal.descriptor_test as descriptor_test namespace
68 import google.protobuf namespace
70 as service_reflection_test namespace
71 import google.protobuf.internal.text_format_test as text_format_test namespace
72 import google.protobuf.internal.wire_format_test as wire_format_test namespace
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf
H A Dcode_generator.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
H A Dcommand_line_interface.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/command_line_interface.h>
51 #include <google/protobuf/compiler/importer.h>
52 #include <google/protobuf/compiler/code_generator.h>
53 #include <google/protobuf/compiler/plugin.pb.h>
54 #include <google/protobuf/compiler/subprocess.h>
55 #include <google/protobuf/compiler/zip_writer.h>
56 #include <google/protobuf/descriptor.h>
57 #include <google/protobuf/text_format.h>
58 #include <google/protobuf/dynamic_messag
70 namespace protobuf { namespace in namespace:google
[all...]
H A Dcommand_line_interface.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
49 namespace protobuf { namespace in namespace:google
71 // google::protobuf::compiler::CommandLineInterface cli;
74 // google::protobuf::compiler::cpp::CppGenerator cpp_generator;
315 } // namespace protobuf
H A Dcommand_line_interface_unittest.cc3 // http://code.google.com/p/protobuf/
45 #include <google/protobuf/descriptor.pb.h>
46 #include <google/protobuf/descriptor.h>
47 #include <google/protobuf/io/zero_copy_stream.h>
48 #include <google/protobuf/compiler/command_line_interface.h>
49 #include <google/protobuf/compiler/code_generator.h>
50 #include <google/protobuf/compiler/mock_code_generator.h>
51 #include <google/protobuf/io/printer.h>
52 #include <google/protobuf/unittest.pb.h>
53 #include <google/protobuf/testin
61 namespace protobuf { namespace in namespace:google
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc3 // http://code.google.com/p/protobuf/
35 // This test insures that google/protobuf/descriptor.pb.{h,cc} match exactly
47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
48 #include <google/protobuf/compiler/importer.h>
49 #include <google/protobuf/descriptor.h>
50 #include <google/protobuf/io/zero_copy_stream_impl.h>
51 #include <google/protobuf/stubs/stl_util-inl.h>
52 #include <google/protobuf/stubs/map-util.h>
53 #include <google/protobuf/stubs/strutil.h>
54 #include <google/protobuf/stub
61 namespace protobuf { namespace in namespace:google
[all...]
H A Dcpp_enum.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/cpp/cpp_enum.h>
39 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/stubs/strutil.h>
44 namespace protobuf { namespace in namespace:google
106 "$dllexport$const ::google::protobuf::EnumDescriptor* $classname$_descriptor();\n");
110 " return ::google::protobuf::internal::NameOfEnum(\n"
116 " return ::google::protobuf::internal::ParseNamedEnum<$classname$>(\n"
159 "static inline const ::google::protobuf
[all...]
H A Dcpp_enum.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
42 namespace protobuf { namespace in namespace:google
48 namespace protobuf { namespace in namespace:google
67 // Precondition: in ::google::protobuf namespace.
96 } // namespace protobuf
H A Dcpp_enum_field.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/descriptor.pb.h>
39 #include <google/protobuf/stubs/strutil.h>
42 namespace protobuf { namespace in namespace:google
117 "DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<\n"
118 " int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(\n"
134 "::google::protobuf
[all...]
H A Dcpp_enum_field.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 namespace protobuf { namespace in namespace:google
100 } // namespace protobuf
H A Dcpp_extension.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_extension.h>
37 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
38 #include <google/protobuf/stubs/strutil.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
118 "$qualifier$ ::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
164 "::google::protobuf
[all...]
H A Dcpp_extension.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
42 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
82 } // namespace protobuf
H A Dcpp_field.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
38 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
39 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
40 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/i
48 namespace protobuf { namespace in namespace:google
[all...]
H A Dcpp_field.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
164 } // namespace protobuf
H A Dcpp_file.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_file.h>
36 #include <google/protobuf/compiler/cpp/cpp_enum.h>
37 #include <google/protobuf/compiler/cpp/cpp_service.h>
38 #include <google/protobuf/compiler/cpp/cpp_extension.h>
39 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
40 #include <google/protobuf/compiler/cpp/cpp_message.h>
41 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/descripto
47 namespace protobuf { namespace in namespace:google
[all...]
H A Dcpp_file.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/cpp/cpp_field.h>
44 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
H A Dcpp_generator.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
40 #include <google/protobuf/compiler/cpp/cpp_file.h>
41 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/zero_copy_stream.h>
44 #include <google/protobuf/descriptor.pb.h>
47 namespace protobuf { namespace in namespace:google
121 } // namespace protobuf
H A Dcpp_generator.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
H A Dcpp_helpers.cc3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/hash.h>
39 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/stubs/strutil.h>
42 #include <google/protobuf/stubs/substitute.h>
46 namespace protobuf { namespace in namespace:google
150 "::google::protobuf::Message" : "::google::protobuf::MessageLite";
194 case FieldDescriptor::CPPTYPE_INT32 : return "::google::protobuf
[all...]
H A Dcpp_helpers.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
89 // Get the C++ type name for a primitive type (e.g. "double", "::google::protobuf::int32", etc.).
153 } // namespace protobuf
H A Dcpp_message.cc3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/hash.h>
39 #include <google/protobuf/compiler/cpp/cpp_message.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
41 #include <google/protobuf/compiler/cpp/cpp_enum.h>
42 #include <google/protobuf/compiler/cpp/cpp_extension.h>
43 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
44 #include <google/protobuf/stubs/strutil.h>
45 #include <google/protobuf/io/printer.h>
46 #include <google/protobuf/i
51 namespace protobuf { namespace in namespace:google
[all...]
H A Dcpp_message.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
73 // Precondition: in ::google::protobuf namespace.
167 } // namespace protobuf
H A Dcpp_message_field.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
120 "DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(\n"
124 "DO_(::google::protobuf::internal::WireFormatLite::ReadGroupNoVirtual(\n"
132 "::google::protobuf::internal::WireFormatLite::Write$stream_writer$(\n"
139 "target = ::google::protobuf
[all...]
H A Dcpp_message_field.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 namespace protobuf { namespace in namespace:google
99 } // namespace protobuf

Completed in 685 milliseconds

1234567891011>>