HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 251 - 275 of 894) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javamicro/javamicro_enum_field.h>
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_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
127 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n"
292 " dataSize += com.google.protobuf.micro.CodedOutputStreamMicro\n
    [all...]
javamicro_file.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/javamicro/javamicro_file.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_enum.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_message.h>
41 #include <google/protobuf/compiler/code_generator.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/zero_copy_stream.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/stubs/strutil.h
48 namespace protobuf { namespace in namespace:google
    [all...]
javamicro_message_field.cc 3 // 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.micro.CodedOutputStreamMicro\n
    [all...]
javamicro_generator.cc 3 // 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/
parser.h 3 // 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
335 } // namespace protobuf
mock_code_generator.cc 3 // 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.h>
37 #include <google/protobuf/io/zero_copy_stream.h>
38 #include <google/protobuf/io/printer.h>
39 #include <google/protobuf/stubs/strutil.h>
40 #include <google/protobuf/stubs/substitute.h>
42 #include <google/protobuf/stubs/stl_util-inl.h>
45 namespace protobuf { namespace in namespace:google
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 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>
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 3 // 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/stubs/stl_util.h
46 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/
configure.ac 9 # * src/google/protobuf/stubs/common.h
15 AC_INIT([Protocol Buffers],[2.3.0],[protobuf@googlegroups.com],[protobuf])
18 AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
148 AC_CONFIG_FILES([Makefile src/Makefile protobuf.pc protobuf-lite.pc])
  /external/protobuf/src/google/protobuf/
message_unittest.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/message.h>
48 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/io/zero_copy_stream_impl.h>
50 #include <google/protobuf/io/coded_stream.h>
51 #include <google/protobuf/descriptor.h>
52 #include <google/protobuf/descriptor.pb.h>
53 #include <google/protobuf/unittest.pb.h>
54 #include <google/protobuf/test_util.h>
56 #include <google/protobuf/testing/googletest.h
60 namespace protobuf { namespace in namespace:google
    [all...]
wire_format.h 3 // 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/chromium_org/google_apis/gcm/engine/
connection_handler_impl.cc 8 #include "google/protobuf/io/coded_stream.h"
15 using namespace google::protobuf::io;
83 const google::protobuf::MessageLite& message) {
105 const google::protobuf::MessageLite& login_request) {
294 LOG(ERROR) << "Failed to receive protobuf tag.";
295 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
319 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
336 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
357 scoped_ptr<google::protobuf::MessageLite> protobuf(
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 3 // 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::internal::ExtensionIdentifier< $extendee$,\n
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 3 // 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.GeneratedMessage.GeneratedExtension<\n
    [all...]
  /external/nanopb-c/generator/proto/
plugin_pb2.py 3 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.compiler.CodeGeneratorRequest'
135 import google.protobuf.descriptor_pb2 namespace
    [all...]
nanopb_pb2.py 3 from google.protobuf import descriptor
4 from google.protobuf import message
5 from google.protobuf import reflection
6 from google.protobuf import descriptor_pb2
13 serialized_pb='\n\x0cnanopb.proto\x1a google/protobuf/descriptor.proto\"\x92\x01\n\rNanoPBOptions\x12\x10\n\x08max_size\x18\x01 \x01(\x05\x12\x11\n\tmax_count\x18\x02 \x01(\x05\x12$\n\x04type\x18\x03 \x01(\x0e\x32\n.FieldType:\nFT_DEFAULT\x12\x18\n\nlong_names\x18\x04 \x01(\x08:\x04true\x12\x1c\n\rpacked_struct\x18\x05 \x01(\x08:\x05\x66\x61lse*Z\n\tFieldType\x12\x0e\n\nFT_DEFAULT\x10\x00\x12\x0f\n\x0b\x46T_CALLBACK\x10\x01\x12\x0e\n\nFT_POINTER\x10\x04\x12\r\n\tFT_STATIC\x10\x02\x12\r\n\tFT_IGNORE\x10\x03:E\n\x0enanopb_fileopt\x12\x1c.google.protobuf.FileOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:G\n\rnanopb_msgopt\x12\x1f.google.protobuf.MessageOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:E\n\x0enanopb_enumopt\x12\x1c.google.protobuf.EnumOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:>\n\x06nanopb\x12\x1d.google.protobuf.FieldOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptionsB\x1a\n\x18\x66i.kapsi.koti.jpa.nanopb')
144 import google.protobuf.descriptor_pb namespace
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 3 // 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::internal::ExtensionIdentifier< $extendee$,\n
    [all...]
cpp_helpers.h 3 // 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
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.cc 3 // 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.Internal.EnumLiteMap<$classname$>\n
    [all...]
java_message_field.cc 3 // 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...]
java_file.cc 3 // 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/io/zero_copy_stream.h
48 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_message_field.cc 3 // 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.nano.CodedOutputByteBufferNano\n
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf_unittest.cc 3 // 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
  /external/protobuf/python/google/protobuf/internal/
message_test.py 5 # http://code.google.com/p/protobuf/
47 from google.protobuf import unittest_import_pb2
48 from google.protobuf import unittest_pb2
49 from google.protobuf.internal import test_util
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info_service_unittest.cc 134 // Put some representative test data into the AppInfo protobuf.
136 sync_pb::SyncedNotificationAppInfo& protobuf) {
137 protobuf.add_app_id(std::string(kAppId1));
138 protobuf.add_app_id(std::string(kAppId2));
139 protobuf.set_settings_display_name(kSendingService1Name);
140 protobuf.set_info_url(kTestInfoUrl);
141 protobuf.mutable_icon()->set_url(kTestIconUrl);
145 sync_pb::SyncedNotificationAppInfo& protobuf) {
146 protobuf.add_app_id(std::string(kAppId3));
147 protobuf.set_settings_display_name(kSendingService1Name)
311 sync_pb::SyncedNotificationAppInfo protobuf; local
374 sync_pb::SyncedNotificationAppInfo protobuf; local
    [all...]

Completed in 274 milliseconds

<<11121314151617181920>>