HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 76 - 100 of 1415) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/
empty.pb.cc 2 // source: google/protobuf/empty.proto
5 #include <google/protobuf/empty.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
duration.pb.cc 2 // source: google/protobuf/duration.proto
5 #include <google/protobuf/duration.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
field_mask.pb.cc 2 // source: google/protobuf/field_mask.proto
5 #include <google/protobuf/field_mask.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
empty.pb.h 2 // source: google/protobuf/empty.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h
33 namespace protobuf { namespace in namespace:google
    [all...]
struct.pb.cc 2 // source: google/protobuf/struct.proto
5 #include <google/protobuf/struct.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
dynamic_message.h 43 #include <google/protobuf/stubs/shared_ptr.h>
46 #include <google/protobuf/message.h>
47 #include <google/protobuf/stubs/common.h>
48 #include <google/protobuf/stubs/mutex.h>
51 namespace protobuf { namespace in namespace:google
124 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
130 google::protobuf::scoped_ptr<PrototypeMap> prototypes_;
149 } // namespace protobuf
  /external/protobuf/src/google/protobuf/util/internal/
type_info_test_helper.h 36 #include <google/protobuf/stubs/shared_ptr.h>
40 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/descriptor.h>
42 #include <google/protobuf/util/internal/default_value_objectwriter.h>
43 #include <google/protobuf/util/internal/type_info.h>
44 #include <google/protobuf/util/internal/protostream_objectsource.h>
45 #include <google/protobuf/util/internal/protostream_objectwriter.h>
46 #include <google/protobuf/util/type_resolver.h>
49 namespace protobuf { namespace in namespace:google
89 google::protobuf::scoped_ptr<TypeInfo> typeinfo_
    [all...]
utility.cc 31 #include <google/protobuf/util/internal/utility.h>
33 #include <google/protobuf/stubs/callback.h>
34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/stubs/logging.h>
36 #include <google/protobuf/wrappers.pb.h>
37 #include <google/protobuf/descriptor.pb.h>
38 #include <google/protobuf/descriptor.h>
39 #include <google/protobuf/util/internal/constants.h>
40 #include <google/protobuf/stubs/strutil.h>
41 #include <google/protobuf/stubs/map_util.h
45 namespace protobuf { namespace in namespace:google
    [all...]
structured_objectwriter.h 36 #include <google/protobuf/stubs/shared_ptr.h>
39 #include <google/protobuf/stubs/casts.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/util/internal/object_writer.h>
44 namespace protobuf { namespace in namespace:google
94 google::protobuf::scoped_ptr<BaseElement> parent_;
115 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_generator_unittest.cc 33 #include <google/protobuf/compiler/command_line_interface.h>
34 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
35 #include <google/protobuf/io/zero_copy_stream.h>
36 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/testing/googletest.h>
40 #include <google/protobuf/testing/file.h>
43 namespace protobuf { namespace in namespace:google
69 } // namespace protobuf
csharp_enum.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
35 #include <google/protobuf/descriptor.h>
36 #include <google/protobuf/descriptor.pb.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/io/zero_copy_stream.h>
39 #include <google/protobuf/stubs/strutil.h>
41 #include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
42 #include <google/protobuf/compiler/csharp/csharp_enum.h>
43 #include <google/protobuf/compiler/csharp/csharp_helpers.h
49 namespace protobuf { namespace in namespace:google
    [all...]
csharp_enum.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
40 namespace protobuf { namespace in namespace:google
59 } // namespace protobuf
  /external/protobuf/conformance/
Makefile.am 7 $(top_srcdir)/src/google/protobuf/any.proto \
8 $(top_srcdir)/src/google/protobuf/duration.proto \
9 $(top_srcdir)/src/google/protobuf/field_mask.proto \
10 $(top_srcdir)/src/google/protobuf/struct.proto \
11 $(top_srcdir)/src/google/protobuf/timestamp.proto \
12 $(top_srcdir)/src/google/protobuf/wrappers.proto
24 com/google/protobuf/Any.java \
25 com/google/protobuf/AnyOrBuilder.java \
26 com/google/protobuf/AnyProto.java \
27 com/google/protobuf/BoolValue.java
    [all...]
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
SentinelOuterClass.java 36 package com.google.protobuf.jruby;
41 com.google.protobuf.ExtensionRegistry registry) {
44 // @@protoc_insertion_point(interface_extends:com.google.protobuf.jruby.Sentinel)
45 com.google.protobuf.MessageOrBuilder {
74 com.google.protobuf.ByteString
95 com.google.protobuf.ByteString getDefaultBytes();
98 * Protobuf type {@code com.google.protobuf.jruby.Sentinel}
101 com.google.protobuf.GeneratedMessage implements
102 // @@protoc_insertion_point(message_implements:com.google.protobuf.jruby.Sentinel
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
empty.pb.h 2 // source: google/protobuf/empty.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h
33 namespace protobuf { namespace in namespace:google
    [all...]
dynamic_message.h 43 #include <google/protobuf/stubs/shared_ptr.h>
46 #include <google/protobuf/message.h>
47 #include <google/protobuf/stubs/common.h>
48 #include <google/protobuf/stubs/mutex.h>
51 namespace protobuf { namespace in namespace:google
124 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
130 google::protobuf::scoped_ptr<PrototypeMap> prototypes_;
149 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 40 #include <google/protobuf/stubs/shared_ptr.h>
44 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
64 namespace protobuf { namespace in namespace:google
103 google::protobuf::scoped_array<google::protobuf::scoped_ptr<MessageGenerator> > message_generators_;
104 google::protobuf::scoped_array<google::protobuf::scoped_ptr<ExtensionGenerator> > extension_generators_;
105 google::protobuf::scoped_ptr<GeneratorFactory> generator_factory_;
106 google::protobuf::scoped_ptr<Context> context_
    [all...]
  /external/protobuf/objectivec/DevTools/
compile_testing_protos.sh 29 # Move to the top of the protobuf directories.
43 src/google/protobuf/*.proto \
68 mkdir -p "${OUTPUT_DIR}/google/protobuf"
71 src/google/protobuf/unittest_arena.proto
72 src/google/protobuf/unittest_custom_options.proto
73 src/google/protobuf/unittest_enormous_descriptor.proto
74 src/google/protobuf/unittest_embed_optimize_for.proto
75 src/google/protobuf/unittest_empty.proto
76 src/google/protobuf/unittest_import.proto
77 src/google/protobuf/unittest_import_lite.prot
    [all...]
  /external/protobuf/
generate_descriptor_proto.sh 13 if test ! -e src/google/protobuf/stubs/common.h; then
32 google/protobuf/any.proto \
33 google/protobuf/api.proto \
34 google/protobuf/descriptor.proto \
35 google/protobuf/duration.proto \
36 google/protobuf/empty.proto \
37 google/protobuf/field_mask.proto \
38 google/protobuf/source_context.proto \
39 google/protobuf/struct.proto \
40 google/protobuf/timestamp.proto
    [all...]
  /external/protobuf/util/
generate_descriptor_proto.sh 13 if test ! -e src/google/protobuf/stubs/common.h; then
32 google/protobuf/any.proto \
33 google/protobuf/api.proto \
34 google/protobuf/descriptor.proto \
35 google/protobuf/duration.proto \
36 google/protobuf/empty.proto \
37 google/protobuf/field_mask.proto \
38 google/protobuf/source_context.proto \
39 google/protobuf/struct.proto \
40 google/protobuf/timestamp.proto
    [all...]
  /test/vts/utils/native/libprofiling/
VtsProfilingUtil.cpp 20 #include "google/protobuf/io/coded_stream.h"
25 bool writeOneDelimited(const google::protobuf::MessageLite& message,
26 google::protobuf::io::ZeroCopyOutputStream* out) {
28 google::protobuf::io::CodedOutputStream output(out);
50 bool readOneDelimited(google::protobuf::MessageLite* message,
51 google::protobuf::io::ZeroCopyInputStream* in) {
56 google::protobuf::io::CodedInputStream input(in);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/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/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
31 namespace protobuf { namespace in namespace:google
84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor()
5967 namespace protobuf { namespace in namespace:google
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/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/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
31 namespace protobuf { namespace in namespace:google
84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor()
5967 namespace protobuf { namespace in namespace:google
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/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/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
31 namespace protobuf { namespace in namespace:google
84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor()
5967 namespace protobuf { namespace in namespace:google
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/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/message.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 #include <google/protobuf/generated_enum_reflection.h>
27 #include <google/protobuf/unknown_field_set.h>
31 namespace protobuf { namespace in namespace:google
84 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor()
5967 namespace protobuf { namespace in namespace:google
    [all...]

Completed in 1410 milliseconds

1 2 34 5 6 7 8 91011>>