Searched refs:protobuf (Results 251 - 275 of 850) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_extension.h>
36 #include <google/protobuf/compiler/java/java_doc_comment.h>
37 #include <google/protobuf/compiler/java/java_helpers.h>
38 #include <google/protobuf/stubs/strutil.h>
39 #include <google/protobuf/io/printer.h>
42 namespace protobuf { namespace in namespace:google
142 " com.google.protobuf.GeneratedMessage.GeneratedExtension<\n"
144 " $type$> $name$ = com.google.protobuf.GeneratedMessage\n"
153 " com.google.protobuf
[all...]
/external/nanopb-c/generator/proto/
H A Dplugin_pb2.py3 from google.protobuf import descriptor
4 from google.protobuf import message
5 from google.protobuf import reflection
6 from google.protobuf import descriptor_pb2
12 package='google.protobuf.compiler',
13 serialized_pb='\n\x0cplugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\t')
20 full_name='google.protobuf
135 import google.protobuf.descriptor_pb2 namespace
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
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_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.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
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_enum.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
73 " implements com.google.protobuf.ProtocolMessageEnum {\n",
78 " implements com.google.protobuf.Internal.EnumLite {\n",
133 "public static com.google.protobuf
[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_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/wire_format.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
177 " size += com.google.protobuf.CodedOutputStream\n"
323 " size += com.google.protobuf.CodedOutputStream\n"
334 } // namespace 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
48 namespace protobuf { namespace in namespace:google
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message_field.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javamicro/javamicro_message_field.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/wire_format.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
142 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n"
283 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n"
289 " size += com.google.protobuf
[all...]
H A Djavamicro_generator.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
36 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_file.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/io/zero_copy_stream.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
[all...]
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message_field.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javanano/javanano_message_field.h>
39 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/wire_format.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
124 " size += com.google.protobuf.nano.CodedOutputByteBufferNano\n"
176 "int arrayLength = com.google.protobuf.nano.WireFormatNano\n"
233 " size += com.google.protobuf
[all...]
/external/protobuf/src/google/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
H A Dmessage_lite.h3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/io/coded_stream.h>
46 namespace protobuf { namespace in namespace:google
236 } // namespace protobuf
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler.h74 scoped_ptr<google::protobuf::MessageLite>,
98 const google::protobuf::RepeatedPtrField<SubscribedMessage>&
113 scoped_ptr<google::protobuf::MessageLite> request_proto,
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_handler_impl.cc8 #include "google/protobuf/io/coded_stream.h"
15 using namespace google::protobuf::io;
89 const google::protobuf::MessageLite& message) {
111 const google::protobuf::MessageLite& login_request) {
300 LOG(ERROR) << "Failed to receive protobuf tag.";
301 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
325 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
363 scoped_ptr<google::protobuf::MessageLite> protobuf(
365 // Messages with no content are valid; just use the default protobuf fo
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h3 // http://code.google.com/p/protobuf/
48 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/io/zero_copy_stream.h>
52 namespace protobuf { namespace in namespace:google
206 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/stringprintf.h>
38 #include <google/protobuf/testing/googletest.h>
42 namespace protobuf { namespace in namespace:google
151 } // namespace protobuf
H A Datomicops_internals_pnacl.h3 // http://code.google.com/p/protobuf/
37 namespace protobuf { namespace in namespace:google
70 } // namespace protobuf
H A Dstringprintf.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/stringprintf.h>
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/testing/googletest.h>
43 namespace protobuf { namespace in namespace:google
174 } // namespace protobuf
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.h>
38 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_message_unittest.cc40 scoped_ptr<google::protobuf::MessageLite> login_copy(
58 scoped_ptr<google::protobuf::MessageLite> login_copy(
76 scoped_ptr<google::protobuf::MessageLite> login_copy(
79 login_copy.PassAs<const google::protobuf::MessageLite>());
/external/chromium_org/sync/internal_api/public/base/
H A Dattachment_id_proto.cc24 const google::protobuf::RepeatedPtrField<sync_pb::AttachmentIdProto>& ids) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
H A DWireFormat.java21 import com.google.polo.wire.protobuf.ProtobufWireAdapter;
/external/protobuf/examples/
H A DMakefile25 pkg-config --cflags protobuf # fails if protobuf is not installed
26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
29 pkg-config --cflags protobuf # fails if protobuf is not installed
30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DWireFormatMicro.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
36 * do not reside in the {@code protobuf} package. Others should not use this

Completed in 922 milliseconds

<<11121314151617181920>>