HomeSort by relevance Sort by last modified time
    Searched defs:protobuf (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /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
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
test_util_lite.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/unittest_lite.pb.h>
41 namespace protobuf { namespace in namespace:google
98 } // namespace protobuf
generated_message_util.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/generated_message_util.h>
40 namespace protobuf { namespace in namespace:google
52 } // namespace protobuf
reflection_ops.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/message.h>
44 namespace protobuf { namespace in namespace:google
77 } // namespace protobuf
generated_message_util.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
74 } // 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
structurally_valid_unittest.cc 4 #include <google/protobuf/stubs/common.h>
8 namespace protobuf { namespace in namespace:google
39 } // 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
plugin.h 3 // http://code.google.com/p/protobuf/
39 // return google::protobuf::compiler::PluginMain(argc, argv, &generator);
58 #include <google/protobuf/stubs/common.h>
61 namespace protobuf { namespace in namespace:google
70 } // namespace protobuf
code_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
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
105 } // namespace protobuf
  /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
coded_stream_inl.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/stubs/stl_util-inl.h>
44 namespace protobuf { namespace in namespace:google
62 } // namespace protobuf
  /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/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.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;
RpcChannel.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;
ProtocolMessageEnum.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
RpcUtil.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/src/google/protobuf/testing/
file.h 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
80 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/code_generator.h>
44 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 910