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

1 2 3 4 5 6 78 91011>>

  /external/protobuf/python/google/protobuf/internal/
api_implementation.cc 34 namespace protobuf { namespace in namespace:google
138 } // namespace protobuf
  /external/protobuf/python/google/protobuf/pyext/
descriptor.h 39 #include <google/protobuf/descriptor.h>
48 namespace protobuf { namespace in namespace:google
55 const google::protobuf::FieldDescriptor* descriptor;
64 const google::protobuf::DescriptorPool* pool;
90 google::protobuf::DescriptorPool* GetDescriptorPool();
93 } // namespace protobuf
extension_dict.h 41 #include <google/protobuf/stubs/shared_ptr.h>
46 namespace protobuf { namespace in namespace:google
87 const google::protobuf::FieldDescriptor* descriptor);
120 } // namespace protobuf
repeated_composite_container.h 41 #include <google/protobuf/stubs/shared_ptr.h>
48 namespace protobuf { namespace in namespace:google
147 google::protobuf::Message* new_message);
169 } // namespace protobuf
repeated_scalar_container.h 41 #include <google/protobuf/stubs/shared_ptr.h>
46 namespace protobuf { namespace in namespace:google
109 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 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
83 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h 39 #include <google/protobuf/compiler/cpp/cpp_options.h>
40 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
69 // Precondition: in ::google::protobuf namespace.
100 } // namespace protobuf
cpp_extension.cc 35 #include <google/protobuf/compiler/cpp/cpp_extension.h>
37 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
38 #include <google/protobuf/stubs/strutil.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
118 "$qualifier$ ::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
119 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n"
164 "::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
165 " ::google::protobuf::internal::$type_traits$, $field_type$, $packed$ >\n
    [all...]
cpp_field.cc 35 #include <google/protobuf/compiler/cpp/cpp_field.h>
38 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
39 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
40 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
41 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
42 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
43 #include <google/protobuf/descriptor.pb.h>
44 #include <google/protobuf/wire_format.h>
45 #include <google/protobuf/io/printer.h>
46 #include <google/protobuf/stubs/common.h
50 namespace protobuf { namespace in namespace:google
    [all...]
cpp_field.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
182 } // namespace protobuf
cpp_file.h 41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 #include <google/protobuf/compiler/cpp/cpp_options.h>
46 namespace protobuf { namespace in namespace:google
53 namespace protobuf { namespace in namespace:google
96 } // namespace protobuf
cpp_generator.cc 35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
41 #include <google/protobuf/compiler/cpp/cpp_file.h>
42 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
43 #include <google/protobuf/io/printer.h>
44 #include <google/protobuf/io/zero_copy_stream.h>
45 #include <google/protobuf/descriptor.pb.h>
48 namespace protobuf { namespace in namespace:google
124 } // namespace protobuf
cpp_helpers.h 40 #include <google/protobuf/descriptor.h>
41 #include <google/protobuf/descriptor.pb.h>
44 namespace protobuf { namespace in namespace:google
95 // Get the C++ type name for a primitive type (e.g. "double", "::google::protobuf::int32", etc.).
203 } // namespace protobuf
cpp_message.h 41 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 #include <google/protobuf/compiler/cpp/cpp_options.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
75 // Precondition: in ::google::protobuf namespace.
172 } // namespace protobuf
cpp_service.h 40 #include <google/protobuf/compiler/cpp/cpp_options.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_enum.cc 38 #include <google/protobuf/compiler/java/java_context.h>
39 #include <google/protobuf/compiler/java/java_enum.h>
40 #include <google/protobuf/compiler/java/java_doc_comment.h>
41 #include <google/protobuf/compiler/java/java_helpers.h>
42 #include <google/protobuf/compiler/java/java_name_resolver.h>
43 #include <google/protobuf/io/printer.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/stubs/strutil.h>
48 namespace protobuf { namespace in namespace:google
91 " implements com.google.protobuf.ProtocolMessageEnum {\n"
    [all...]
java_enum.h 40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
55 namespace protobuf { namespace in namespace:google
96 } // namespace protobuf
java_enum_field.h 40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
155 } // namespace protobuf
java_extension.cc 35 #include <google/protobuf/compiler/java/java_extension.h>
37 #include <google/protobuf/compiler/java/java_context.h>
38 #include <google/protobuf/compiler/java/java_doc_comment.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/compiler/java/java_name_resolver.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
101 singular_type = immutable ? "com.google.protobuf.ByteString" : "byte[]";
128 " com.google.protobuf.GeneratedMessage.GeneratedExtension<\n
    [all...]
java_extension.h 41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
57 namespace protobuf { namespace in namespace:google
106 } // namespace protobuf
java_generator_factory.cc 33 #include <google/protobuf/compiler/java/java_generator_factory.h>
35 #include <google/protobuf/compiler/java/java_context.h>
36 #include <google/protobuf/compiler/java/java_enum_field.h>
37 #include <google/protobuf/compiler/java/java_extension.h>
38 #include <google/protobuf/compiler/java/java_field.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/compiler/java/java_message.h>
41 #include <google/protobuf/compiler/java/java_service.h>
44 namespace protobuf { namespace in namespace:google
76 } // namespace protobuf
    [all...]
java_message.h 40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
55 namespace protobuf { namespace in namespace:google
137 } // namespace protobuf
java_message_field.h 40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
170 } // namespace protobuf
java_primitive_field.h 40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
157 } // namespace protobuf
java_string_field.h 41 #include <google/protobuf/compiler/java/java_field.h>
44 namespace protobuf { namespace in namespace:google
53 namespace protobuf { namespace in namespace:google
157 } // namespace protobuf

Completed in 228 milliseconds

1 2 3 4 5 6 78 91011>>