Searched refs:protobuf (Results 126 - 150 of 455) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_lazy_message_field.h38 #include <google/protobuf/compiler/java/java_field.h>
39 #include <google/protobuf/compiler/java/java_message_field.h>
42 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
118 } // namespace protobuf
H A Djava_extension.h41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
57 namespace protobuf { namespace in namespace:google
106 } // namespace protobuf
H A Djava_file.h41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
61 namespace protobuf { namespace in namespace:google
112 } // namespace protobuf
H A Djava_generator_factory.h36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
53 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
H A Djava_file.cc35 #include <google/protobuf/compiler/java/java_file.h>
39 #include <google/protobuf/compiler/java/java_context.h>
40 #include <google/protobuf/compiler/java/java_enum.h>
41 #include <google/protobuf/compiler/java/java_extension.h>
42 #include <google/protobuf/compiler/java/java_generator_factory.h>
43 #include <google/protobuf/compiler/java/java_helpers.h>
44 #include <google/protobuf/compiler/java/java_message.h>
45 #include <google/protobuf/compiler/java/java_name_resolver.h>
46 #include <google/protobuf/compiler/java/java_service.h>
47 #include <google/protobuf/compile
56 namespace protobuf { namespace in namespace:google
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
135 } // namespace protobuf
H A Djavamicro_enum_field.cc3 // 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
[all...]
H A Djavamicro_file.cc3 // 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/stub
48 namespace protobuf { namespace in namespace:google
[all...]
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...]
/external/protobuf/src/google/protobuf/
H A Dmessage.cc37 #include <google/protobuf/stubs/hash.h>
39 #include <google/protobuf/message.h>
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/stubs/once.h>
43 #include <google/protobuf/io/coded_stream.h>
44 #include <google/protobuf/io/zero_copy_stream_impl.h>
45 #include <google/protobuf/descriptor.pb.h>
46 #include <google/protobuf/descriptor.h>
47 #include <google/protobuf/generated_message_util.h>
48 #include <google/protobuf/reflection_op
55 namespace protobuf { namespace in namespace:google
[all...]
H A Drepeated_field.cc37 #include <google/protobuf/repeated_field.h>
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
86 } // namespace protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc38 #include <google/protobuf/stubs/template_util.h>
40 #include <google/protobuf/testing/googletest.h>
43 namespace GOOGLE_NAMESPACE = google::protobuf::internal;
46 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
/external/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.h41 #include <google/protobuf/stubs/shared_ptr.h>
46 namespace protobuf { namespace in namespace:google
87 const google::protobuf::FieldDescriptor* descriptor);
120 } // namespace protobuf
H A Drepeated_composite_container.h41 #include <google/protobuf/stubs/shared_ptr.h>
48 namespace protobuf { namespace in namespace:google
147 google::protobuf::Message* new_message);
169 } // namespace protobuf
/external/protobuf/src/google/protobuf/io/
H A Dstrtod.cc31 #include <google/protobuf/io/strtod.h>
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
112 } // namespace protobuf
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteTest.java31 package com.google.protobuf;
33 import com.google.protobuf.UnittestLite;
34 import com.google.protobuf.UnittestLite.TestAllTypesLite;
35 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
36 import com.google.protobuf.UnittestLite.TestNestedExtensionLite;
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javanano/javanano_params.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
42 #include <google/protobuf/io/printer.h>
45 namespace protobuf { namespace in namespace:google
186 } // namespace protobuf
H A Djavanano_file.cc3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/javanano/javanano_file.h>
38 #include <google/protobuf/compiler/javanano/javanano_enum.h>
39 #include <google/protobuf/compiler/javanano/javanano_extension.h>
40 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
41 #include <google/protobuf/compiler/javanano/javanano_message.h>
42 #include <google/protobuf/compiler/code_generator.h>
43 #include <google/protobuf/io/printer.h>
44 #include <google/protobuf/io/zero_copy_stream.h>
45 #include <google/protobuf/descripto
49 namespace protobuf { namespace in namespace:google
[all...]
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"
184 "int arrayLength = com.google.protobuf.nano.WireFormatNano\n"
241 " size += com.google.protobuf
[all...]
/external/protobuf/
H A Dconfigure.ac9 # * src/google/protobuf/stubs/common.h
15 AC_INIT([Protocol Buffers],[2.6.1],[protobuf@googlegroups.com],[protobuf])
19 AC_CONFIG_SRCDIR(src/google/protobuf/message.cc)
158 AC_CONFIG_FILES([Makefile src/Makefile protobuf.pc protobuf-lite.pc])
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc33 #include <google/protobuf/compiler/mock_code_generator.h>
37 #include <google/protobuf/testing/file.h>
38 #include <google/protobuf/descriptor.pb.h>
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/io/zero_copy_stream.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/stubs/strutil.h>
43 #include <google/protobuf/stubs/substitute.h>
45 #include <google/protobuf/stubs/stl_util.h>
48 namespace protobuf { namespace in namespace:google
[all...]
/external/nanopb-c/generator/google/protobuf/compiler/
H A Dplugin_pb2.py2 # source: google/protobuf/compiler/plugin.proto
4 from google.protobuf import descriptor as _descriptor
5 from google.protobuf import message as _message
6 from google.protobuf import reflection as _reflection
7 from google.protobuf import descriptor_pb2
11 import google.protobuf.descriptor_pb2 namespace
15 name='google/protobuf/compiler/plugin.proto',
16 package='google.protobuf.compiler',
17 serialized_pb='\n%google/protobuf/compiler/plugin.proto\x12\x18google.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/python/google/protobuf/internal/
H A Dmessage_factory_test.py33 """Tests for google.protobuf.message_factory."""
38 from google.protobuf import descriptor_pb2
39 from google.protobuf.internal import factory_test1_pb2
40 from google.protobuf.internal import factory_test2_pb2
41 from google.protobuf import descriptor_database
42 from google.protobuf import descriptor_pool
43 from google.protobuf import message_factory
95 'google.protobuf.python.internal.Factory2Message'))
99 'google.protobuf.python.internal.Factory2Message'))
108 ['google.protobuf
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc35 #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"
165 " ::google::protobuf
[all...]

Completed in 1108 milliseconds

1234567891011>>