Searched defs:protobuf (Results 276 - 300 of 502) sorted by relevance

<<11121314151617181920>>

/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/compiler/zip_writer.h>
37 #include <google/protobuf/io/coded_stream.h>
40 namespace protobuf { namespace in namespace:google
187 } // namespace protobuf
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/message.h>
44 #include <google/protobuf/unknown_field_set.h>
48 namespace protobuf { namespace in namespace:google
56 namespace protobuf { namespace in namespace:google
421 } // namespace protobuf
H A Dreflection_ops.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/reflection_ops.h>
36 #include <google/protobuf/descriptor.h>
37 #include <google/protobuf/unknown_field_set.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
261 } // namespace protobuf
H A Dtext_format.h3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/message.h>
43 #include <google/protobuf/descriptor.h>
46 namespace protobuf { namespace in namespace:google
261 } // namespace protobuf
H A Dwire_format.h3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/descriptor.pb.h>
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/message.h>
46 #include <google/protobuf/wire_format_lite.h>
54 namespace protobuf { namespace in namespace:google
62 namespace protobuf { namespace in namespace:google
301 } // namespace protobuf
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h3 // http://code.google.com/p/protobuf/
36 // zero_copy_stream.h which are included in the "lite" protobuf library.
49 #include <google/protobuf/io/zero_copy_stream.h>
50 #include <google/protobuf/stubs/common.h>
54 namespace protobuf { namespace in namespace:google
337 } // namespace protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util-inl.h>
38 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc3 // http://code.google.com/p/protobuf/
34 #include <google/protobuf/testing/file.h>
50 namespace protobuf { namespace in namespace:google
175 } // namespace protobuf
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jar ... google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException public abstract com.google.protobuf. ...
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util.cc19 // of MCS protobuf is contained within a google::protobuf::MessageLite object.
107 // Utility method to build a google::protobuf::MessageLite object from a MCS
109 scoped_ptr<google::protobuf::MessageLite> BuildProtobufFromTag(uint8 tag) {
112 return scoped_ptr<google::protobuf::MessageLite>(
115 return scoped_ptr<google::protobuf::MessageLite>(
118 return scoped_ptr<google::protobuf::MessageLite>(
121 return scoped_ptr<google::protobuf::MessageLite>(
124 return scoped_ptr<google::protobuf::MessageLite>(
127 return scoped_ptr<google::protobuf
164 GetPersistentId(const google::protobuf::MessageLite& protobuf) argument
176 SetPersistentId(const std::string& persistent_id, google::protobuf::MessageLite* protobuf) argument
190 GetLastStreamIdReceived(const google::protobuf::MessageLite& protobuf) argument
211 SetLastStreamIdReceived(uint32 val, google::protobuf::MessageLite* protobuf) argument
237 HasTTLExpired(const google::protobuf::MessageLite& protobuf, base::Clock* clock) argument
251 GetTTL(const google::protobuf::MessageLite& protobuf) argument
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_descriptor.cc3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/pyext/python_descriptor.h>
37 #include <google/protobuf/descriptor.pb.h>
42 namespace protobuf { namespace in namespace:google
48 static google::protobuf::DescriptorPool* g_descriptor_pool = NULL;
98 C("google.protobuf.internal."
152 const google::protobuf::DescriptorPool* pool;
158 const google::protobuf::FieldDescriptor* field_descriptor) {
183 const google::protobuf::FieldDescriptor* field_descriptor = NULL;
204 const google::protobuf
[all...]
/external/chromium_org/third_party/protobuf/python/
H A Dsetup.py26 maintainer_email = "protobuf@googlegroups.com"
69 generate_proto("../src/google/protobuf/unittest.proto")
70 generate_proto("../src/google/protobuf/unittest_custom_options.proto")
71 generate_proto("../src/google/protobuf/unittest_import.proto")
72 generate_proto("../src/google/protobuf/unittest_import_public.proto")
73 generate_proto("../src/google/protobuf/unittest_mset.proto")
74 generate_proto("../src/google/protobuf/unittest_no_generic_services.proto")
75 generate_proto("google/protobuf/internal/test_bad_identifiers.proto")
76 generate_proto("google/protobuf/internal/more_extensions.proto")
77 generate_proto("google/protobuf/interna
90 import google.protobuf.internal.generator_test as generator_test namespace
91 import google.protobuf.internal.descriptor_test as descriptor_test namespace
92 import google.protobuf.internal.reflection_test as reflection_test namespace
94 as service_reflection_test namespace
95 import google.protobuf.internal.text_format_test as text_format_test namespace
96 import google.protobuf.internal.wire_format_test as wire_format_test namespace
97 import google.protobuf.internal.unknown_fields_test as unknown_fields_test namespace
99 as descriptor_database_test namespace
100 import google.protobuf.internal.descriptor_pool_test as descriptor_pool_test namespace
101 import google.protobuf.internal.message_factory_test as message_factory_test namespace
102 import google.protobuf.internal.message_cpp_test as message_cpp_test namespace
104 as reflection_cpp_generated_test namespace
[all...]
/external/chromium_org/third_party/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/map-util.h>
52 #include <google/protobuf/stubs/stl_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_primitive_field.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/wire_format.h>
39 #include <google/protobuf/stubs/strutil.h>
42 namespace protobuf { namespace in namespace:google
94 "::google::protobuf::internal::WireFormatLite::" + FieldDescriptorProto_Type_Name(
158 "DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<\n"
167 "::google::protobuf
[all...]
H A Dcpp_string_field.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_string_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
56 ? "&::google::protobuf::internal::GetEmptyString()"
261 "DO_(::google::protobuf::internal::WireFormatLite::Read$declared_type$(\n"
266 "::google::protobuf
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h3 // http://code.google.com/p/protobuf/
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor_database.h>
46 #include <google/protobuf/compiler/parser.h>
49 namespace protobuf { namespace in namespace:google
301 } // namespace protobuf
H A Dmock_code_generator.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/mock_code_generator.h>
35 #include <google/protobuf/testing/file.h>
36 #include <google/protobuf/descriptor.pb.h>
37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/io/zero_copy_stream.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/stubs/strutil.h>
41 #include <google/protobuf/stubs/substitute.h>
43 #include <google/protobuf/stub
46 namespace protobuf { namespace in namespace:google
[all...]
H A Dparser.h3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor.pb.h>
46 #include <google/protobuf/repeated_field.h>
47 #include <google/protobuf/io/tokenizer.h>
50 namespace protobuf { class Message; } namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
474 } // namespace protobuf
H A Dsubprocess.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/subprocess.h>
45 #include <google/protobuf/stubs/common.h>
46 #include <google/protobuf/message.h>
47 #include <google/protobuf/stubs/substitute.h>
50 namespace protobuf { namespace in namespace:google
462 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_doc_comment.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/stubs/strutil.h>
43 namespace protobuf { namespace in namespace:google
235 } // namespace protobuf
H A Djava_enum_field.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/compiler/java/java_doc_comment.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/java/java_helpers.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/wire_format.h>
44 #include <google/protobuf/stubs/strutil.h>
47 namespace protobuf { namespace in namespace:google
259 " size += com.google.protobuf
[all...]
H A Djava_file.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_file.h>
36 #include <google/protobuf/compiler/java/java_enum.h>
37 #include <google/protobuf/compiler/java/java_service.h>
38 #include <google/protobuf/compiler/java/java_extension.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/compiler/java/java_message.h>
41 #include <google/protobuf/compiler/code_generator.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/i
49 namespace protobuf { namespace in namespace:google
[all...]
H A Djava_message_field.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_message_field.h>
39 #include <google/protobuf/compiler/java/java_doc_comment.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/stubs/strutil.h>
46 namespace protobuf { namespace in namespace:google
220 "private com.google.protobuf.SingleFieldBuilder<\n"
327 "private com.google.protobuf
[all...]
H A Djava_string_field.cc3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/java/java_string_field.h>
40 #include <google/protobuf/compiler/java/java_doc_comment.h>
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/compiler/java/java_helpers.h>
43 #include <google/protobuf/io/printer.h>
44 #include <google/protobuf/wire_format.h>
45 #include <google/protobuf/stubs/strutil.h>
48 namespace protobuf { namespace in namespace:google
67 (*variables)["empty_list"] = "com.google.protobuf
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/extension_set.h>
36 #include <google/protobuf/unittest.pb.h>
37 #include <google/protobuf/unittest_mset.pb.h>
38 #include <google/protobuf/test_util.h>
39 #include <google/protobuf/descriptor.pb.h>
40 #include <google/protobuf/descriptor.h>
41 #include <google/protobuf/dynamic_message.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/i
54 namespace protobuf { namespace in namespace:google
[all...]

Completed in 1120 milliseconds

<<11121314151617181920>>