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

1 2 3 4 5 6 7 8 91011>>

  /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...]
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
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
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/generated_message_util.h>
23 #include <google/protobuf/repeated_field.h>
24 #include <google/protobuf/extension_set.h>
25 #include <google/protobuf/generated_message_reflection.h>
29 namespace protobuf { namespace in namespace:google
80 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor();
82 return ::google::protobuf::internal::NameOfEnum(
87 return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>
4330 namespace protobuf { namespace in namespace:google
    [all...]
descriptor.pb.cc 4 #include "google/protobuf/descriptor.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
18 const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL;
19 const ::google::protobuf::internal::GeneratedMessageReflection
    [all...]
  /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);
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
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>
37 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
38 #include <google/protobuf/compiler/javanano/javanano_generator.h>
43 google::protobuf::compiler::CommandLineInterface cli;
47 google::protobuf::compiler::cpp::CppGenerator cpp_generator;
52 google::protobuf::compiler::java::JavaGenerator java_generator
    [all...]
plugin.pb.cc 4 #include "google/protobuf/compiler/plugin.pb.h"
5 #include <google/protobuf/stubs/once.h>
6 #include <google/protobuf/io/coded_stream.h>
7 #include <google/protobuf/wire_format_lite_inl.h>
8 #include <google/protobuf/descriptor.h>
9 #include <google/protobuf/reflection_ops.h>
10 #include <google/protobuf/wire_format.h>
14 namespace protobuf { namespace in namespace:google
19 const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL;
20 const ::google::protobuf::internal::GeneratedMessageReflection
    [all...]
zip_writer.h 3 // http://code.google.com/p/protobuf/
34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/io/zero_copy_stream.h>
38 namespace protobuf { namespace in namespace:google
62 } // 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
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
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/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/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/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/
RpcCallback.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;
ServiceException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/
Android.mk 20 src/google/protobuf/stubs/common.cc \
21 src/google/protobuf/stubs/once.cc \
22 src/google/protobuf/stubs/hash.cc \
23 src/google/protobuf/stubs/hash.h \
24 src/google/protobuf/stubs/map-util.h \
25 src/google/protobuf/stubs/stl_util-inl.h \
26 src/google/protobuf/extension_set.cc \
27 src/google/protobuf/generated_message_util.cc \
28 src/google/protobuf/message_lite.cc \
29 src/google/protobuf/repeated_field.cc
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
81 } // namespace protobuf
java_extension.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
74 } // namespace protobuf

Completed in 352 milliseconds

1 2 3 4 5 6 7 8 91011>>