/external/protobuf/src/google/protobuf/stubs/ |
H A D | 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/ |
H A D | 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
|
H A D | 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/ |
H A D | 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
|
H A D | 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
|
H A D | 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 [all...] |
/external/chromium_org/google_apis/gcm/base/ |
H A D | 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 argument 14 Core(uint8 tag, const google::protobuf::MessageLite& protobuf) argument 21 Core( uint8 tag, scoped_ptr<const google::protobuf::MessageLite> protobuf) argument 41 MCSMessage(uint8 tag, const google::protobuf::MessageLite& protobuf) argument 49 MCSMessage(uint8 tag, scoped_ptr<const google::protobuf::MessageLite> protobuf) argument [all...] |
H A D | 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...] |
H A D | 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 164 GetPersistentId(const google::protobuf::MessageLite& protobuf) argument 176 SetPersistentId(const std::string& persistent_id, google::protobuf::MessageLite* protobuf) argument 190 GetLastStreamIdReceived(const google::protobuf::MessageLite& protobuf) argument 211 SetLastStreamIdReceived(uint32 val, google::protobuf::MessageLite* protobuf) argument 237 HasTTLExpired(const google::protobuf::MessageLite& protobuf, base::Clock* clock) argument 251 GetTTL(const google::protobuf::MessageLite& protobuf) argument [all...] |
/external/protobuf/src/ |
H A D | 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_messag [all...] |
/external/chromium_org/third_party/protobuf/src/ |
H A D | 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/stub [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
H A D | 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
|
H A D | 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
|
/external/protobuf/src/google/protobuf/io/ |
H A D | 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
|
H A D | 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
|
/external/protobuf/editors/ |
H A D | 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 [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | 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/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | 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
|
H A D | 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);
|
H A D | 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;
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
H A D | RpcCallback.java | 3 // http://code.google.com/p/protobuf/ 31 package com.google.protobuf;
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | 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
|
H A D | 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/chrome/browser/safe_browsing/incident_reporting/ |
H A D | incident_handler_util.h | 11 namespace protobuf { namespace in namespace:google 15 } // namespace protobuf 23 uint32_t HashMessage(const google::protobuf::MessageLite& message);
|
/external/chromium_org/remoting/protocol/ |
H A D | 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);
|