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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/remoting/protocol/
message_decoder.h 16 #include <google/protobuf/message_lite.h>
18 #include "third_party/protobuf/src/google/protobuf/message_lite.h"
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
Service.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
ServiceException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
reflection_cpp_generated_test.py 6 # http://code.google.com/p/protobuf/
42 from google.protobuf.internal import api_implementation
43 from google.protobuf.internal import more_extensions_dynamic_pb2
44 from google.protobuf.internal import more_extensions_pb2
45 from google.protobuf.internal.reflection_test import *
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 3 # http://code.google.com/p/protobuf/
35 from google.protobuf import descriptor_database
36 from google.protobuf import descriptor_pool
37 from google.protobuf import message
38 from google.protobuf import reflection
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
code_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
79 } // namespace protobuf
plugin.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/plugin.h>
51 #include <google/protobuf/stubs/common.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
53 #include <google/protobuf/compiler/code_generator.h>
54 #include <google/protobuf/descriptor.h>
55 #include <google/protobuf/io/zero_copy_stream_impl.h>
59 namespace protobuf { namespace in namespace:google
162 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_field.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
106 } // namespace protobuf
java_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
109 } // namespace protobuf
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingService.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
Service.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf
plugin.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/plugin.h>
51 #include <google/protobuf/stubs/common.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
53 #include <google/protobuf/compiler/code_generator.h>
54 #include <google/protobuf/descriptor.h>
55 #include <google/protobuf/io/zero_copy_stream_impl.h>
59 namespace protobuf { namespace in namespace:google
151 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
164 } // namespace protobuf
cpp_service.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
115 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
java_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 27 namespace protobuf { namespace in namespace:google
29 } // namespace protobuf
129 // Whether to use RMQ depends on whether the protobuf has |ttl| set or not.
171 // Helper for sending a protobuf along with any unacknowledged ids to the
177 scoped_ptr<google::protobuf::MessageLite> protobuf);
180 void HandlePacketFromWire(scoped_ptr<google::protobuf::MessageLite> protobuf);
200 // Runs the message_sent_callback_ with send |status| of the |protobuf|.
201 void NotifyMessageSendStatus(const google::protobuf::MessageLite& protobuf
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format.h 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/message.h>
47 #include <google/protobuf/wire_format_lite.h>
55 namespace protobuf { namespace in namespace:google
63 namespace protobuf { namespace in namespace:google
241 } // namespace protobuf
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
43 #include <google/protobuf/compiler/cpp/cpp_options.h>
46 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
174 } // namespace protobuf
  /external/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/
protobuf_lite.target.darwin-arm.mk 27 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
28 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
29 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
30 third_party/protobuf/src/google/protobuf/stubs/common.cc \
31 third_party/protobuf/src/google/protobuf/stubs/once.cc
    [all...]
protobuf_lite.target.darwin-arm64.mk 27 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
28 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
29 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
30 third_party/protobuf/src/google/protobuf/stubs/common.cc \
31 third_party/protobuf/src/google/protobuf/stubs/once.cc
    [all...]
protobuf_lite.target.darwin-mips.mk 27 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
28 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
29 third_party/protobuf/src/google/protobuf/unknown_field_set.cc \
30 third_party/protobuf/src/google/protobuf/stubs/common.cc \
31 third_party/protobuf/src/google/protobuf/stubs/once.cc
    [all...]

Completed in 963 milliseconds

1 2 3 4 5 6 78 91011>>