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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/code_generator.h>
40 namespace protobuf { namespace in namespace:google
114 } // namespace protobuf
subprocess.h 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
49 namespace protobuf { namespace in namespace:google
105 } // namespace protobuf
mock_code_generator.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/mock_code_generator.h>
35 #include <google/protobuf/testing/file.h>
36 #include <google/protobuf/descriptor.pb.h>
37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/io/zero_copy_stream.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/stubs/strutil.h>
41 #include <google/protobuf/stubs/substitute.h>
43 #include <google/protobuf/stubs/stl_util.h
46 namespace protobuf { namespace in namespace:google
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/dynamic_message.h>
45 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/descriptor.pb.h>
47 #include <google/protobuf/test_util.h>
48 #include <google/protobuf/unittest.pb.h>
50 #include <google/protobuf/testing/googletest.h>
54 namespace protobuf { namespace in namespace:google
165 } // namespace protobuf
    [all...]
message.cc 3 // 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/generated_message_util.h
55 namespace protobuf { namespace in namespace:google
    [all...]
repeated_field.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/repeated_field.h>
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
86 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
gzip_stream.h 3 // http://code.google.com/p/protobuf/
48 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/io/zero_copy_stream.h>
52 namespace protobuf { namespace in namespace:google
206 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
platform_macros.h 3 // http://code.google.com/p/protobuf/
34 #include <google/protobuf/stubs/common.h>
69 #error Host architecture was not detected as supported by protobuf
stl_util.h 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
118 } // namespace protobuf
template_util_unittest.cc 38 #include <google/protobuf/stubs/template_util.h>
40 #include <google/protobuf/testing/googletest.h>
43 namespace GOOGLE_NAMESPACE = google::protobuf::internal;
46 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
stringprintf_unittest.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/stringprintf.h>
38 #include <google/protobuf/testing/googletest.h>
42 namespace protobuf { namespace in namespace:google
151 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
99 } // namespace protobuf
  /external/chromium_org/remoting/protocol/
message_serialization.cc 17 const google::protobuf::MessageLite& msg) {
  /external/chromium_org/google_apis/gcm/engine/
fake_connection_handler.cc 17 scoped_ptr<google::protobuf::MessageLite> BuildLoginResponse(bool fail_login) {
23 return login_response.PassAs<google::protobuf::MessageLite>();
61 const google::protobuf::MessageLite& message) {
connection_handler_impl.cc 8 #include "google/protobuf/io/coded_stream.h"
15 using namespace google::protobuf::io;
89 const google::protobuf::MessageLite& message) {
111 const google::protobuf::MessageLite& login_request) {
300 LOG(ERROR) << "Failed to receive protobuf tag.";
301 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
325 read_callback_.Run(scoped_ptr<google::protobuf::MessageLite>());
363 scoped_ptr<google::protobuf::MessageLite> protobuf(
365 // Messages with no content are valid; just use the default protobuf fo
    [all...]
  /external/chromium_org/third_party/protobuf/python/
setup.py 26 maintainer_email = "protobuf@googlegroups.com"
69 generate_proto("../src/google/protobuf/unittest.proto")
70 generate_proto("../src/google/protobuf/unittest_custom_options.proto")
71 generate_proto("../src/google/protobuf/unittest_import.proto")
72 generate_proto("../src/google/protobuf/unittest_import_public.proto")
73 generate_proto("../src/google/protobuf/unittest_mset.proto")
74 generate_proto("../src/google/protobuf/unittest_no_generic_services.proto")
75 generate_proto("google/protobuf/internal/test_bad_identifiers.proto")
76 generate_proto("google/protobuf/internal/more_extensions.proto")
77 generate_proto("google/protobuf/internal/more_extensions_dynamic.proto"
90 import google.protobuf.internal.generator_test as generator_test namespace
91 import google.protobuf.internal.descriptor_test as descriptor_test namespace
92 import google.protobuf.internal.reflection_test as reflection_test namespace
94 as service_reflection_test namespace
95 import google.protobuf.internal.text_format_test as text_format_test namespace
96 import google.protobuf.internal.wire_format_test as wire_format_test namespace
97 import google.protobuf.internal.unknown_fields_test as unknown_fields_test namespace
99 as descriptor_database_test namespace
100 import google.protobuf.internal.descriptor_pool_test as descriptor_pool_test namespace
101 import google.protobuf.internal.message_factory_test as message_factory_test namespace
102 import google.protobuf.internal.message_cpp_test as message_cpp_test namespace
104 as reflection_cpp_generated_test namespace
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_service.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
42 namespace protobuf { namespace in namespace:google
48 namespace protobuf { namespace in namespace:google
110 } // namespace protobuf
java_enum.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_enum.h>
39 #include <google/protobuf/compiler/java/java_doc_comment.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/descriptor.pb.h>
43 #include <google/protobuf/stubs/strutil.h>
46 namespace protobuf { namespace in namespace:google
75 " implements com.google.protobuf.ProtocolMessageEnum {\n",
80 " implements com.google.protobuf.Internal.EnumLite {\n"
    [all...]
java_extension.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_extension.h>
36 #include <google/protobuf/compiler/java/java_doc_comment.h>
37 #include <google/protobuf/compiler/java/java_helpers.h>
38 #include <google/protobuf/stubs/strutil.h>
39 #include <google/protobuf/io/printer.h>
42 namespace protobuf { namespace in namespace:google
142 " com.google.protobuf.GeneratedMessage.GeneratedExtension<\n"
144 " $type$> $name$ = com.google.protobuf.GeneratedMessage\n"
153 " com.google.protobuf.GeneratedMessage.GeneratedExtension<\n
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
41 #include <google/protobuf/compiler/cpp/cpp_options.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
74 // Precondition: in ::google::protobuf namespace.
168 } // namespace protobuf
cpp_extension.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_extension.h>
37 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
38 #include <google/protobuf/stubs/strutil.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
118 "$qualifier$ ::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
164 "::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n
    [all...]
  /external/nanopb-c/generator/proto/
plugin_pb2.py 3 from google.protobuf import descriptor
4 from google.protobuf import message
5 from google.protobuf import reflection
6 from google.protobuf import descriptor_pb2
12 package='google.protobuf.compiler',
13 serialized_pb='\n\x0cplugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\t')
20 full_name='google.protobuf.compiler.CodeGeneratorRequest'
135 import google.protobuf.descriptor_pb2 namespace
    [all...]
  /external/chromium_org/components/copresence/rpc/
rpc_handler.h 74 scoped_ptr<google::protobuf::MessageLite>,
98 const google::protobuf::RepeatedPtrField<SubscribedMessage>&
113 scoped_ptr<google::protobuf::MessageLite> request_proto,
  /external/chromium_org/google_apis/gcm/base/
mcs_message_unittest.cc 40 scoped_ptr<google::protobuf::MessageLite> login_copy(
58 scoped_ptr<google::protobuf::MessageLite> login_copy(
76 scoped_ptr<google::protobuf::MessageLite> login_copy(
79 login_copy.PassAs<const google::protobuf::MessageLite>());

Completed in 823 milliseconds

1 2 3 4 56 7 8 91011>>