Searched refs:protobuf (Results 176 - 200 of 850) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/testing/
H A Dfile.h3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
80 } // namespace protobuf
H A Dgoogletest.h3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
78 // would only fetch messages at the given security level, but the protobuf
95 } // namespace protobuf
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_cpp_generated_test.py6 # http://code.google.com/p/protobuf/
42 from google.protobuf.internal import api_implementation
43 from google.protobuf.internal import more_extensions_dynamic_pb2
44 from google.protobuf.internal import more_extensions_pb2
45 from google.protobuf.internal.reflection_test import *
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage_factory.py3 # http://code.google.com/p/protobuf/
35 from google.protobuf import descriptor_database
36 from google.protobuf import descriptor_pool
37 from google.protobuf import message
38 from google.protobuf import reflection
/external/chromium_org/third_party/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
79 } // namespace protobuf
H A Dplugin.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/plugin.h>
51 #include <google/protobuf/stubs/common.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
53 #include <google/protobuf/compiler/code_generator.h>
54 #include <google/protobuf/descriptor.h>
55 #include <google/protobuf/io/zero_copy_stream_impl.h>
59 namespace protobuf { namespace in namespace:google
162 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
109 } // namespace protobuf
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DBlockingService.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
H A DService.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
/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 Dplugin.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/plugin.h>
51 #include <google/protobuf/stubs/common.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
53 #include <google/protobuf/compiler/code_generator.h>
54 #include <google/protobuf/descriptor.h>
55 #include <google/protobuf/io/zero_copy_stream_impl.h>
59 namespace protobuf { namespace in namespace:google
151 } // namespace protobuf
/external/protobuf/src/google/protobuf/compiler/cpp/
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_service.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
115 } // namespace protobuf
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_field.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
H A Djava_message.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/message.h>
47 #include <google/protobuf/wire_format_lite.h>
55 namespace protobuf { namespace in namespace:google
63 namespace protobuf { namespace in namespace:google
241 } // namespace protobuf
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
43 #include <google/protobuf/compiler/cpp/cpp_options.h>
46 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
174 } // namespace protobuf
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteTest.java3 // http://code.google.com/p/protobuf/
31 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_field.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
41 #include <google/protobuf/compiler/javanano/javanano_params.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
116 } // namespace protobuf
H A Djavanano_generator.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/javanano/javanano_params.h>
36 #include <google/protobuf/compiler/javanano/javanano_generator.h>
37 #include <google/protobuf/compiler/javanano/javanano_file.h>
38 #include <google/protobuf/compiler/javanano/javanano_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/chromium_org/third_party/protobuf/
H A Dprotobuf_lite.target.darwin-arm.mk26 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
27 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
29 third_party/protobuf/src/google/protobuf/stubs/common.cc \
30 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_lite.target.linux-arm.mk26 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
27 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
28 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
29 third_party/protobuf/src/google/protobuf/stubs/common.cc \
30 third_party/protobuf/src/google/protobuf/stub
[all...]
/external/protobuf/src/google/protobuf/
H A Dmessage.cc3 // http://code.google.com/p/protobuf/
37 #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/reflection_op
54 namespace protobuf { namespace in namespace:google
[all...]
/external/nanopb-c/generator/proto/
H A Dnanopb_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
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 namespace
[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...]

Completed in 446 milliseconds

1234567891011>>