Searched defs:protobuf (Results 226 - 250 of 502) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc3 // http://code.google.com/p/protobuf/
33 // http://code.google.com/p/protobuf/
66 #include <google/protobuf/compiler/zip_writer.h>
67 #include <google/protobuf/io/coded_stream.h>
70 namespace protobuf { namespace in namespace:google
217 } // namespace protobuf
/external/chromium_org/third_party/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/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc3 // 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/testin
60 namespace protobuf { namespace in namespace:google
[all...]
H A Dreflection_ops.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/reflection_ops.h>
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/unknown_field_set.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
266 } // namespace protobuf
H A Dtest_util.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/message.h>
41 #include <google/protobuf/unittest.pb.h>
44 namespace protobuf { namespace in namespace:google
190 } // namespace 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/stubs/
H A Datomicops_internals_arm64_gcc.h3 // http://code.google.com/p/protobuf/
37 namespace protobuf { namespace in namespace:google
322 } // namespace protobuf
H A Datomicops_internals_arm_gcc.h3 // http://code.google.com/p/protobuf/
39 namespace protobuf { namespace in namespace:google
148 } // namespace protobuf
H A Datomicops_internals_arm_qnx.h3 // http://code.google.com/p/protobuf/
40 namespace protobuf { namespace in namespace:google
143 } // namespace protobuf
H A Datomicops_internals_atomicword_compat.h3 // http://code.google.com/p/protobuf/
50 namespace protobuf { namespace in namespace:google
117 } // namespace protobuf
H A Datomicops_internals_macosx.h3 // http://code.google.com/p/protobuf/
39 namespace protobuf { namespace in namespace:google
222 } // namespace protobuf
H A Datomicops_internals_tsan.h3 // http://code.google.com/p/protobuf/
43 namespace protobuf { namespace in namespace:google
214 } // 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
H A Dtype_traits.h63 #include <google/protobuf/stubs/template_util.h> // For true_type and false_type
66 namespace protobuf { namespace in namespace:google
333 } // namespace protobuf
/external/chromium_org/third_party/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/cpp/tests/polo/wire/protobuf/
H A Dprotobufwireadaptertest.cc20 #include <polo/wire/protobuf/protobufwireadapter.h>
30 namespace protobuf { namespace in namespace:polo::wire
319 } // namespace protobuf
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistryLite.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
H A DMessageLite.java3 // http://code.google.com/p/protobuf/
34 package com.google.protobuf;
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java3 // http://code.google.com/p/protobuf/
31 package 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
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DFieldData.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
H A DMessageNano.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDynamicMessageTest.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
H A DMessageTest.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;

Completed in 8848 milliseconds

1234567891011>>