HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 1 - 25 of 894) 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
  /external/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/test_util_lite.h>
37 #include <google/protobuf/stubs/common.h>
46 google::protobuf::TestUtilLite::ExpectClear(message);
47 google::protobuf::TestUtilLite::SetAllFields(&message);
51 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message);
52 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message2);
53 google::protobuf::TestUtilLite::ExpectAllFieldsSet(message3);
54 google::protobuf::TestUtilLite::ModifyRepeatedFields(&message);
55 google::protobuf::TestUtilLite::ExpectRepeatedFieldsModified(message)
    [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);
  /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/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);
  /external/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/protobuf/src/google/protobuf/stubs/
hash.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/hash.h>
36 namespace protobuf { namespace in namespace:google
40 } // 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
  /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...]
  /external/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/common.h \
42 google/protobuf/stubs/once.h \
43 google/protobuf/descriptor.h \
44 google/protobuf/descriptor.pb.h \
45 google/protobuf/descriptor_database.h \
46 google/protobuf/dynamic_message.h
    [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/protobuf/editors/
protobuf-mode.el 0 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
6 ;; Keywords: google protobuf languages
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
46 ;; (defconst my-protobuf-style
50 ;; (add-hook 'protobuf-mode-hook
51 ;; (lambda () (c-add-style "my-style" my-protobuf-style t)))
75 (put 'protobuf-mode 'c-mode-prefix "protobuf-")
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
MessageLiteOrBuilder.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
RpcCallback.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ForceFieldBuildersPreRun.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;

Completed in 372 milliseconds

1 2 3 4 5 6 7 8 91011>>