Searched refs:protobuf (Results 26 - 50 of 850) sorted by relevance

1234567891011>>

/external/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/generated_message_util.h>
40 namespace protobuf { namespace in namespace:google
52 } // namespace protobuf
H A Dgenerated_message_util.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf
H A Ddescriptor.pb.h2 // source: google/protobuf/descriptor.proto
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>
25 #include <google/protobuf/generated_message_reflection.h>
29 namespace protobuf { namespace in namespace:google
80 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor();
82 return ::google::protobuf::internal::NameOfEnum(
87 return ::google::protobuf
4330 namespace protobuf { namespace in namespace:google
[all...]
H A Ddescriptor.pb.cc4 #include "google/protobuf/descriptor.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
18 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL;
19 const ::google::protobuf
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc2 // source: google/protobuf/compiler/plugin.proto
5 #include "google/protobuf/compiler/plugin.pb.h"
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/once.h>
11 #include <google/protobuf/io/coded_stream.h>
12 #include <google/protobuf/wire_format_lite_inl.h>
13 #include <google/protobuf/descriptor.h>
14 #include <google/protobuf/generated_message_reflection.h>
15 #include <google/protobuf/reflection_ops.h>
16 #include <google/protobuf/wire_forma
20 namespace protobuf { namespace in namespace:google
[all...]
/external/chromium_org/google_apis/gcm/base/
H A Dmcs_util.h69 GCM_EXPORT scoped_ptr<google::protobuf::MessageLite>
71 GCM_EXPORT int GetMCSProtoTag(const google::protobuf::MessageLite& message);
75 const google::protobuf::MessageLite& message);
78 google::protobuf::MessageLite* message);
80 const google::protobuf::MessageLite& protobuf);
83 google::protobuf::MessageLite* protobuf);
86 // on the |sent| timestamps and base::TimeTicks::Now(). If |protobuf| is not
88 GCM_EXPORT bool HasTTLExpired(const google::protobuf
[all...]
H A Dmcs_util_unittest.cc19 // Build a login request protobuf.
32 // Test building a protobuf and extracting the tag from a protobuf.
35 scoped_ptr<google::protobuf::MessageLite> protobuf = local
37 if (!protobuf.get()) // Not all tags have protobuf definitions.
39 ASSERT_EQ((int)i, GetMCSProtoTag(*protobuf)) << "Type " << i;
52 scoped_ptr<google::protobuf::MessageLite> protobuf local
74 scoped_ptr<google::protobuf::MessageLite> protobuf = local
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DProtocolMessageEnum.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
/external/protobuf/src/google/protobuf/compiler/
H A Dmain.cc3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/cpp/cpp_generator.h>
35 #include <google/protobuf/compiler/python/python_generator.h>
36 #include <google/protobuf/compiler/java/java_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
38 #include <google/protobuf/compiler/javanano/javanano_generator.h>
43 google::protobuf::compiler::CommandLineInterface cli;
47 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
52 google::protobuf
[all...]
H A Dplugin.pb.cc4 #include "google/protobuf/compiler/plugin.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
19 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL;
20 const ::google::protobuf
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dlite_unittest.cc3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/test_util_lite.h>
38 #include <google/protobuf/unittest_lite.pb.h>
44 void ExpectMessageMerged(const google::protobuf::unittest::TestAllTypesLite& message) {
51 google::protobuf::unittest::TestAllTypesLite* msg1,
52 google::protobuf::unittest::TestAllTypesLite* msg2,
53 google::protobuf::unittest::TestAllTypesLite* msg3) {
67 google::protobuf::TestUtilLite::ExpectClear(message);
68 google::protobuf
[all...]
H A Ddescriptor.pb.h2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
31 namespace protobuf { namespace in namespace:google
84 LIBPROTOBUF_EXPORT const ::google::protobuf
5999 namespace protobuf { namespace in namespace:google
[all...]
/external/protobuf/
H A DAndroid.mk22 src/google/protobuf/stubs/common.cc \
23 src/google/protobuf/stubs/once.cc \
24 src/google/protobuf/stubs/hash.cc \
25 src/google/protobuf/stubs/hash.h \
26 src/google/protobuf/stubs/map-util.h \
27 src/google/protobuf/stubs/stl_util-inl.h \
28 src/google/protobuf/extension_set.cc \
29 src/google/protobuf/generated_message_util.cc \
30 src/google/protobuf/message_lite.cc \
31 src/google/protobuf/repeated_fiel
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream_inl.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/stubs/stl_util.h>
44 namespace protobuf { namespace in namespace:google
66 } // namespace protobuf
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_inl.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/stubs/stl_util-inl.h>
44 namespace protobuf { namespace in namespace:google
62 } // namespace protobuf
/external/chromium_org/third_party/protobuf/
H A Dprotobuf_full_do_not_use.host.darwin-arm.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.darwin-arm64.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.darwin-mips.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.darwin-mips64.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.darwin-x86.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.darwin-x86_64.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.linux-arm.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.linux-arm64.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.linux-mips.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]
H A Dprotobuf_full_do_not_use.host.linux-mips64.mk27 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc \
28 third_party/protobuf/src/google/protobuf/stubs/strutil.cc \
29 third_party/protobuf/src/google/protobuf/stubs/substitute.cc \
30 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc \
31 third_party/protobuf/src/google/protobuf/stub
[all...]

Completed in 269 milliseconds

1234567891011>>