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

1 2 3 45 6 7 8 910

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_file.h>
36 #include <google/protobuf/compiler/cpp/cpp_enum.h>
37 #include <google/protobuf/compiler/cpp/cpp_service.h>
38 #include <google/protobuf/compiler/cpp/cpp_extension.h>
39 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
40 #include <google/protobuf/compiler/cpp/cpp_message.h>
41 #include <google/protobuf/compiler/cpp/cpp_field.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/descriptor.pb.h
47 namespace protobuf { namespace in namespace:google
    [all...]
cpp_plugin_unittest.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/cpp/cpp_generator.h>
38 #include <google/protobuf/compiler/command_line_interface.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
47 namespace protobuf { namespace in namespace:google
94 google::protobuf::compiler::CommandLineInterface cli;
120 } // namespace protobuf
    [all...]
cpp_bootstrap_unittest.cc 3 // http://code.google.com/p/protobuf/
35 // This test insures that google/protobuf/descriptor.pb.{h,cc} match exactly
47 #include <google/protobuf/compiler/cpp/cpp_generator.h>
48 #include <google/protobuf/compiler/importer.h>
49 #include <google/protobuf/descriptor.h>
50 #include <google/protobuf/io/zero_copy_stream_impl.h>
51 #include <google/protobuf/stubs/stl_util-inl.h>
52 #include <google/protobuf/stubs/map-util.h>
53 #include <google/protobuf/stubs/strutil.h>
54 #include <google/protobuf/stubs/substitute.h
61 namespace protobuf { namespace in namespace:google
    [all...]
cpp_enum_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/descriptor.pb.h>
39 #include <google/protobuf/stubs/strutil.h>
42 namespace protobuf { namespace in namespace:google
117 "DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<\n"
118 " int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(\n"
134 "::google::protobuf::internal::WireFormatLite::WriteEnum(\n
    [all...]
cpp_message_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
120 "DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(\n"
124 "DO_(::google::protobuf::internal::WireFormatLite::ReadGroupNoVirtual(\n"
132 "::google::protobuf::internal::WireFormatLite::Write$stream_writer$(\n"
139 "target = ::google::protobuf::internal::WireFormatLite::\n
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_field.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_message_field.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/wire_format.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
177 " size += com.google.protobuf.CodedOutputStream\n"
323 " size += com.google.protobuf.CodedOutputStream\n"
334 } // namespace protobuf
    [all...]
java_plugin_unittest.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/java/java_generator.h>
38 #include <google/protobuf/compiler/command_line_interface.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
47 namespace protobuf { namespace in namespace:google
94 google::protobuf::compiler::CommandLineInterface cli;
120 } // namespace protobuf
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javamicro/javamicro_enum_field.h>
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/wire_format.h>
43 #include <google/protobuf/stubs/strutil.h>
46 namespace protobuf { namespace in namespace:google
127 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n"
292 " dataSize += com.google.protobuf.micro.CodedOutputStreamMicro\n
    [all...]
javamicro_file.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/javamicro/javamicro_file.h>
36 #include <google/protobuf/compiler/javamicro/javamicro_enum.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_message.h>
39 #include <google/protobuf/compiler/code_generator.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/io/zero_copy_stream.h>
42 #include <google/protobuf/descriptor.pb.h>
43 #include <google/protobuf/stubs/strutil.h
46 namespace protobuf { namespace in namespace:google
    [all...]
javamicro_helpers.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
125 } // namespace protobuf
javamicro_message_field.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javamicro/javamicro_message_field.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/wire_format.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
142 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n"
283 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n"
289 " size += com.google.protobuf.micro.CodedOutputStreamMicro\n
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/mock_code_generator.h>
35 #include <google/protobuf/testing/file.h>
36 #include <google/protobuf/descriptor.h>
37 #include <google/protobuf/io/zero_copy_stream.h>
38 #include <google/protobuf/io/printer.h>
39 #include <google/protobuf/stubs/strutil.h>
40 #include <google/protobuf/stubs/substitute.h>
42 #include <google/protobuf/stubs/stl_util-inl.h>
45 namespace protobuf { namespace in namespace:google
    [all...]
parser.h 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/descriptor.pb.h>
46 #include <google/protobuf/repeated_field.h>
47 #include <google/protobuf/io/tokenizer.h>
50 namespace protobuf { class Message; } namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
335 } // namespace protobuf
plugin.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/plugin.h>
51 #include <google/protobuf/stubs/common.h>
52 #include <google/protobuf/compiler/plugin.pb.h>
53 #include <google/protobuf/compiler/code_generator.h>
54 #include <google/protobuf/descriptor.h>
55 #include <google/protobuf/io/zero_copy_stream_impl.h>
59 namespace protobuf { namespace in namespace:google
151 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/python/python_generator.h>
38 #include <google/protobuf/compiler/command_line_interface.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/testing/googletest.h>
44 #include <google/protobuf/testing/file.h>
47 namespace protobuf { namespace in namespace:google
89 google::protobuf::compiler::CommandLineInterface cli;
115 } // namespace protobuf
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.h 3 // http://code.google.com/p/protobuf/
44 #include <google/protobuf/descriptor.h>
47 namespace protobuf { namespace in namespace:google
363 } // namespace protobuf
generated_message_reflection.h 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/message.h>
44 #include <google/protobuf/unknown_field_set.h>
48 namespace protobuf { namespace in namespace:google
56 namespace protobuf { namespace in namespace:google
421 } // namespace protobuf
reflection_ops.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/reflection_ops.h>
36 #include <google/protobuf/descriptor.h>
37 #include <google/protobuf/unknown_field_set.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
261 } // namespace protobuf
test_util.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/message.h>
41 #include <google/protobuf/unittest.pb.h>
44 namespace protobuf { namespace in namespace:google
171 } // namespace protobuf
text_format.h 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/message.h>
43 #include <google/protobuf/descriptor.h>
46 namespace protobuf { namespace in namespace:google
261 } // namespace protobuf
wire_format.h 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/descriptor.pb.h>
44 #include <google/protobuf/descriptor.h>
45 #include <google/protobuf/message.h>
46 #include <google/protobuf/wire_format_lite.h>
54 namespace protobuf { namespace in namespace:google
62 namespace protobuf { namespace in namespace:google
301 } // namespace protobuf
  /external/protobuf/src/google/protobuf/io/
printer.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/io/zero_copy_stream.h>
37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
41 namespace protobuf { namespace in namespace:google
187 } // namespace protobuf
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
WireFormatMicro.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
36 * do not reside in the {@code protobuf} package. Others should not use this
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;

Completed in 354 milliseconds

1 2 3 45 6 7 8 910