HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 26 - 50 of 894) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/src/google/protobuf/compiler/cpp/
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/third_party/protobuf/src/google/protobuf/compiler/
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/protobuf/src/google/protobuf/compiler/
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>
61 namespace protobuf { namespace in namespace:google
70 } // namespace protobuf
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>
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::compiler::java::JavaGenerator java_generator
    [all...]
plugin.pb.cc 4 #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::internal::GeneratedMessageReflection
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_util.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/generated_message_util.h>
40 namespace protobuf { namespace in namespace:google
52 } // namespace protobuf
generated_message_util.h 3 // 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
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/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::internal::ParseNamedEnum<FieldDescriptorProto_Type>
4330 namespace protobuf { namespace in namespace:google
    [all...]
descriptor.pb.cc 4 #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::internal::GeneratedMessageReflection
    [all...]
  /external/chromium_org/google_apis/gcm/base/
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/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 3 // 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/java/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 3 // 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/chromium_org/third_party/protobuf/src/google/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/protobuf/
Android.mk 22 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_field.cc
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/compiler/javanano/javanano_params.h>
40 #include <google/protobuf/descriptor.pb.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
71 } // namespace protobuf
  /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
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_inl.h 3 // 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

Completed in 1088 milliseconds

12 3 4 5 6 7 8 91011>>