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

1 2 3 4 5 6 7 8 91011>>

  /external/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
129 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.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
  /external/chromium_org/remoting/protocol/
message_serialization.cc 17 const google::protobuf::MessageLite& msg) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
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/stubs/
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
  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
38 * those generated messages do not reside in the {@code protobuf} package.
InvalidProtocolBufferException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InvalidProtocolBufferNanoException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
135 } // namespace protobuf
  /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) {
  /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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
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/protobuf/java/src/device/main/java/com/google/protobuf/nano/android/
ParcelingUtil.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano.android;
36 import com.google.protobuf.nano.InvalidProtocolBufferNanoException;
37 import com.google.protobuf.nano.MessageNano;
  /external/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_field.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/stubs/strutil.h>
46 namespace protobuf { namespace in namespace:google
162 " size += com.google.protobuf.CodedOutputStream\n"
339 " dataSize += com.google.protobuf.CodedOutputStream\n
    [all...]
  /external/protobuf/src/google/protobuf/
message_lite.h 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/io/coded_stream.h>
46 namespace protobuf { namespace in namespace:google
236 } // namespace protobuf
repeated_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/repeated_field.h>
36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
94 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.UnittestLite;
34 import com.google.protobuf.UnittestLite.TestAllTypesLite;
35 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
36 import com.google.protobuf.UnittestLite.TestNestedExtensionLite;
  /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
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javanano/javanano_params.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
42 #include <google/protobuf/io/printer.h>
45 namespace protobuf { namespace in namespace:google
186 } // namespace protobuf
javanano_file.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/javanano/javanano_file.h>
38 #include <google/protobuf/compiler/javanano/javanano_enum.h>
39 #include <google/protobuf/compiler/javanano/javanano_extension.h>
40 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
41 #include <google/protobuf/compiler/javanano/javanano_message.h>
42 #include <google/protobuf/compiler/code_generator.h>
43 #include <google/protobuf/io/printer.h>
44 #include <google/protobuf/io/zero_copy_stream.h>
45 #include <google/protobuf/descriptor.pb.h
49 namespace protobuf { namespace in namespace:google
    [all...]

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 91011>>