HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 1 - 25 of 544) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf namespace.
63 namespace protobuf {} namespace in namespace:google
service.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/service.h>
38 namespace protobuf { namespace in namespace:google
44 } // namespace protobuf
lite_unittest.cc 3 // 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::TestUtilLite::SetAllFields(&message)
    [all...]
descriptor.pb.h 2 // 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::EnumDescriptor* FieldDescriptorProto_Type_descriptor()
5999 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf::compiler namespace.
41 namespace protobuf { namespace in namespace:google
63 } // namespace protobuf
test_plugin.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
40 #include <google/protobuf/stubs/strutil.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
main.cc 3 // 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>
41 google::protobuf::compiler::CommandLineInterface cli;
45 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
50 google::protobuf::compiler::java::JavaGenerator java_generator;
56 google::protobuf::compiler::python::Generator py_generator;
plugin.h 3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
60 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
plugin.pb.cc 2 // 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_format.h
20 namespace protobuf { namespace in namespace:google
    [all...]
zip_writer.h 3 // http://code.google.com/p/protobuf/
33 // http://code.google.com/p/protobuf/
64 #include <google/protobuf/stubs/common.h>
65 #include <google/protobuf/io/zero_copy_stream.h>
68 namespace protobuf { namespace in namespace:google
92 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
package_info.h 3 // http://code.google.com/p/protobuf/
35 // This file exists solely to document the google::protobuf::io namespace.
41 namespace protobuf { namespace in namespace:google
53 } // namespace protobuf
zero_copy_stream.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/io/zero_copy_stream.h>
39 namespace protobuf { namespace in namespace:google
47 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.h 3 // http://code.google.com/p/protobuf/
31 // This header declares the namespace google::protobuf::protobuf_unittest in order to expose
37 // name with "::", in case the namespace google::protobuf::foo exists. We intentionally
38 // trigger that case here by declaring google::protobuf::protobuf_unittest.
46 namespace protobuf { namespace in namespace:google
48 } // namespace protobuf
cpp_options.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
54 } // namespace protobuf
  /external/chromium_org/google_apis/gcm/base/
mcs_message.cc 15 const google::protobuf::MessageLite& protobuf) {
16 scoped_ptr<google::protobuf::MessageLite> owned_protobuf(protobuf.New());
17 owned_protobuf->CheckTypeAndMergeFrom(protobuf);
23 scoped_ptr<const google::protobuf::MessageLite> protobuf) {
24 protobuf_ = protobuf.Pass();
29 const google::protobuf::MessageLite& MCSMessage::Core::Get() const {
35 MCSMessage::MCSMessage(const google::protobuf::MessageLite& protobuf
    [all...]
mcs_message.h 16 namespace protobuf { namespace in namespace:google
18 } // namespace protobuf
25 // CloneProtobuf() should use used to create a new copy of the protobuf.
33 explicit MCSMessage(const google::protobuf::MessageLite& protobuf);
34 // |tag| must match |protobuf|'s message type.
35 MCSMessage(uint8 tag, const google::protobuf::MessageLite& protobuf);
36 // |tag| must match |protobuf|'s message type. Takes ownership of |protobuf|
    [all...]
mcs_util.cc 19 // of MCS protobuf is contained within a google::protobuf::MessageLite object.
107 // Utility method to build a google::protobuf::MessageLite object from a MCS
109 scoped_ptr<google::protobuf::MessageLite> BuildProtobufFromTag(uint8 tag) {
112 return scoped_ptr<google::protobuf::MessageLite>(
115 return scoped_ptr<google::protobuf::MessageLite>(
118 return scoped_ptr<google::protobuf::MessageLite>(
121 return scoped_ptr<google::protobuf::MessageLite>(
124 return scoped_ptr<google::protobuf::MessageLite>(
127 return scoped_ptr<google::protobuf::MessageLite>
    [all...]
mcs_util.h 69 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::MessageLite& protobuf
    [all...]
mcs_util_unittest.cc 19 // 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/chromium_org/third_party/protobuf/src/
Makefile.am 5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
27 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
28 google/protobuf/compiler/plugin.proto
41 google/protobuf/stubs/atomicops.h \
42 google/protobuf/stubs/atomicops_internals_arm_gcc.h \
43 google/protobuf/stubs/atomicops_internals_arm_qnx.h \
44 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \
45 google/protobuf/stubs/atomicops_internals_macosx.h \
46 google/protobuf/stubs/atomicops_internals_mips_gcc.h
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
incident_handler_util.h 11 namespace protobuf { namespace in namespace:google
15 } // namespace protobuf
23 uint32_t HashMessage(const google::protobuf::MessageLite& message);
  /external/chromium_org/remoting/protocol/
message_serialization.h 14 #include <google/protobuf/message_lite.h>
16 #include "third_party/protobuf/src/google/protobuf/message_lite.h"
27 const google::protobuf::MessageLite& msg);
  /external/chromium_org/third_party/protobuf/
descriptor_pb2.py 3 from google.protobuf import descriptor
4 from google.protobuf import message
5 from google.protobuf import reflection
10 name='google/protobuf/descriptor.proto',
11 package='google.protobuf',
12 serialized_pb='\n google/protobuf/descriptor.proto\x12\x0fgoogle.protobuf\"G\n\x11\x46ileDescriptorSet\x12\x32\n\x04\x66ile\x18\x01 \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xdc\x02\n\x13\x46ileDescriptorProto\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07package\x18\x02 \x01(\t\x12\x12\n\ndependency\x18\x03 \x03(\t\x12\x36\n\x0cmessage_type\x18\x04 \x03(\x0b\x32 .google.protobuf.DescriptorProto\x12\x37\n\tenum_type\x18\x05 \x03(\x0b\x32$.google.protobuf.EnumDescriptorProto\x12\x38\n\x07service\x18\x06 \x03(\x0b\x32\'.google.protobuf.ServiceDescriptor (…)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_enum.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
83 } // namespace protobuf
java_extension.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf

Completed in 800 milliseconds

1 2 3 4 5 6 7 8 91011>>