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

1 2 3 4 5 6 78 910

  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor_database.h>
40 #include <google/protobuf/descriptor.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/text_format.h>
43 #include <google/protobuf/stubs/strutil.h>
45 #include <google/protobuf/stubs/common.h>
46 #include <google/protobuf/testing/googletest.h>
50 namespace protobuf { namespace in namespace:google
747 } // namespace protobuf
    [all...]
dynamic_message.cc 3 // http://code.google.com/p/protobuf/
66 #include <google/protobuf/stubs/hash.h>
68 #include <google/protobuf/stubs/common.h>
70 #include <google/protobuf/dynamic_message.h>
71 #include <google/protobuf/descriptor.h>
72 #include <google/protobuf/descriptor.pb.h>
73 #include <google/protobuf/generated_message_util.h>
74 #include <google/protobuf/generated_message_reflection.h>
75 #include <google/protobuf/reflection_ops.h>
76 #include <google/protobuf/repeated_field.h
81 namespace protobuf { namespace in namespace:google
    [all...]
message.cc 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/hash.h>
38 #include <google/protobuf/message.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/stubs/once.h>
42 #include <google/protobuf/io/coded_stream.h>
43 #include <google/protobuf/io/zero_copy_stream_impl.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/reflection_ops.h
53 namespace protobuf { namespace in namespace:google
    [all...]
message_lite.cc 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/message_lite.h>
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/io/coded_stream.h>
40 #include <google/protobuf/io/zero_copy_stream_impl.h>
41 #include <google/protobuf/stubs/stl_util-inl.h>
44 namespace protobuf { namespace in namespace:google
57 // protobuf implementation but is more likely caused by concurrent modification
333 } // namespace protobuf
repeated_field_unittest.cc 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/repeated_field.h>
44 #include <google/protobuf/stubs/common.h>
45 #include <google/protobuf/unittest.pb.h>
46 #include <google/protobuf/stubs/strutil.h>
47 #include <google/protobuf/testing/googletest.h>
49 #include <google/protobuf/stubs/stl_util-inl.h>
54 namespace protobuf { namespace in namespace:google
845 // google::protobuf::RepeatedFieldBackInserter,
846 // google::protobuf::AllocatedRepeatedPtrFieldBackInserte
    [all...]
test_util.cc 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/test_util.h>
42 #include <google/protobuf/descriptor.h>
43 #include <google/protobuf/message.h>
45 #include <google/protobuf/stubs/common.h>
46 #include <google/protobuf/testing/googletest.h>
50 namespace protobuf { namespace in namespace:google
    [all...]
text_format_unittest.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/text_format.h>
40 #include <google/protobuf/io/zero_copy_stream_impl.h>
41 #include <google/protobuf/io/tokenizer.h>
42 #include <google/protobuf/unittest.pb.h>
43 #include <google/protobuf/unittest_mset.pb.h>
44 #include <google/protobuf/test_util.h>
46 #include <google/protobuf/stubs/common.h>
47 #include <google/protobuf/testing/file.h>
48 #include <google/protobuf/testing/googletest.h
54 namespace protobuf { namespace in namespace:google
    [all...]
unknown_field_set_unittest.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/unknown_field_set.h>
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/io/coded_stream.h>
41 #include <google/protobuf/io/zero_copy_stream_impl.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/unittest.pb.h>
44 #include <google/protobuf/test_util.h>
46 #include <google/protobuf/stubs/common.h>
47 #include <google/protobuf/testing/googletest.h
52 namespace protobuf { namespace in namespace:google
    [all...]
wire_format.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/wire_format.h>
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
43 #include <google/protobuf/wire_format_lite_inl.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/io/coded_stream.h>
46 #include <google/protobuf/io/zero_copy_stream.h>
47 #include <google/protobuf/io/zero_copy_stream_impl.h>
48 #include <google/protobuf/unknown_field_set.h
52 namespace protobuf { namespace in namespace:google
    [all...]
wire_format_lite.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/wire_format_lite_inl.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/io/coded_stream_inl.h>
42 #include <google/protobuf/io/zero_copy_stream.h>
43 #include <google/protobuf/io/zero_copy_stream_impl.h>
46 namespace protobuf { namespace in namespace:google
197 if (!google::protobuf::internal::WireFormatLite::ReadPrimitive<
358 } // namespace protobuf
wire_format_unittest.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/wire_format.h>
36 #include <google/protobuf/wire_format_lite_inl.h>
37 #include <google/protobuf/descriptor.h>
38 #include <google/protobuf/io/zero_copy_stream_impl.h>
39 #include <google/protobuf/io/coded_stream.h>
40 #include <google/protobuf/unittest.pb.h>
41 #include <google/protobuf/unittest_mset.pb.h>
42 #include <google/protobuf/test_util.h>
44 #include <google/protobuf/stubs/common.h
50 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/coded_stream.h>
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/testing/googletest.h>
46 #include <google/protobuf/io/zero_copy_stream_impl.h>
47 #include <google/protobuf/stubs/strutil.h>
56 namespace protobuf { namespace in namespace:google
    [all...]
tokenizer.cc 3 // http://code.google.com/p/protobuf/
91 #include <google/protobuf/io/tokenizer.h>
92 #include <google/protobuf/io/zero_copy_stream.h>
93 #include <google/protobuf/stubs/strutil.h>
96 namespace protobuf { namespace in namespace:google
690 } // namespace protobuf
tokenizer.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
300 } // namespace protobuf
tokenizer_unittest.cc 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/io/tokenizer.h>
40 #include <google/protobuf/io/zero_copy_stream_impl.h>
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/stubs/strutil.h>
44 #include <google/protobuf/stubs/substitute.h>
45 #include <google/protobuf/testing/googletest.h>
49 namespace protobuf { namespace in namespace:google
742 } // namespace protobuf
zero_copy_stream_impl.cc 3 // http://code.google.com/p/protobuf/
47 #include <google/protobuf/io/zero_copy_stream_impl.h>
48 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/stubs/stl_util-inl.h>
52 namespace protobuf { namespace in namespace:google
469 } // namespace protobuf
zero_copy_stream_unittest.cc 3 // http://code.google.com/p/protobuf/
63 #include <google/protobuf/io/zero_copy_stream_impl.h>
66 #include <google/protobuf/io/gzip_stream.h>
69 #include <google/protobuf/stubs/common.h>
70 #include <google/protobuf/testing/googletest.h>
71 #include <google/protobuf/testing/file.h>
75 namespace protobuf { namespace in namespace:google
406 TestSourceDir() + "/google/protobuf/testdata/golden_message",
720 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
common.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/common.h>
34 #include <google/protobuf/stubs/once.h>
52 namespace protobuf { namespace in namespace:google
364 } // namespace protobuf
  /external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.Descriptor;
34 import com.google.protobuf.Descriptors.FieldDescriptor;
622 // java/com/google/protobuf/DynamicMessage.java:203: types
623 // com.google.protobuf.AbstractMessage.Builder<
624 // com.google.protobuf.DynamicMessage.Builder> and
625 // com.google.protobuf.AbstractMessage.Builder<
626 // com.google.protobuf.DynamicMessage.Builder> are incompatible; both
627 // define mergeFrom(com.google.protobuf.ByteString), but with unrelate
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
48 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
49 import com.google.protobuf.UnittestLite.TestPackedExtensionsLite;
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 3 // http://code.google.com/p/protobuf/
45 #include <google/protobuf/descriptor.pb.h>
46 #include <google/protobuf/descriptor.h>
47 #include <google/protobuf/io/zero_copy_stream.h>
48 #include <google/protobuf/compiler/command_line_interface.h>
49 #include <google/protobuf/compiler/code_generator.h>
50 #include <google/protobuf/compiler/mock_code_generator.h>
51 #include <google/protobuf/io/printer.h>
52 #include <google/protobuf/unittest.pb.h>
53 #include <google/protobuf/testing/file.h
61 namespace protobuf { namespace in namespace:google
    [all...]
parser.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/hash.h>
42 #include <google/protobuf/compiler/parser.h>
43 #include <google/protobuf/descriptor.h>
44 #include <google/protobuf/descriptor.pb.h>
45 #include <google/protobuf/wire_format.h>
46 #include <google/protobuf/io/tokenizer.h>
47 #include <google/protobuf/stubs/common.h>
48 #include <google/protobuf/stubs/strutil.h>
49 #include <google/protobuf/stubs/map-util.h
52 namespace protobuf { namespace in namespace:google
    [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...]
plugin.pb.h 2 // source: google/protobuf/compiler/plugin.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>
26 #include "google/protobuf/descriptor.pb.h"
30 namespace protobuf { namespace in namespace:google
44 class LIBPROTOC_EXPORT CodeGeneratorRequest : public ::google::protobuf::Message {
56 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const
718 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/hash.h>
39 #include <google/protobuf/compiler/cpp/cpp_message.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
41 #include <google/protobuf/compiler/cpp/cpp_enum.h>
42 #include <google/protobuf/compiler/cpp/cpp_extension.h>
43 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
44 #include <google/protobuf/stubs/strutil.h>
45 #include <google/protobuf/io/printer.h>
46 #include <google/protobuf/io/coded_stream.h
51 namespace protobuf { namespace in namespace:google
    [all...]

Completed in 238 milliseconds

1 2 3 4 5 6 78 910