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

1 2 34 5 6 7 8 910

  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
53 namespace protobuf { namespace in namespace:google
96 } // namespace protobuf
java_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_generator.h>
36 #include <google/protobuf/compiler/java/java_file.h>
37 #include <google/protobuf/compiler/java/java_helpers.h>
38 #include <google/protobuf/io/printer.h>
39 #include <google/protobuf/io/zero_copy_stream.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/stubs/strutil.h>
44 namespace protobuf { namespace in namespace:google
121 } // namespace protobuf
    [all...]
java_service.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
42 namespace protobuf { namespace in namespace:google
48 namespace protobuf { namespace in namespace:google
110 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_enum.h>
40 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
41 #include <google/protobuf/io/printer.h>
42 #include <google/protobuf/descriptor.pb.h>
43 #include <google/protobuf/stubs/strutil.h>
46 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
javamicro_enum.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
42 #include <google/protobuf/descriptor.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
84 } // namespace protobuf
javamicro_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/javamicro/javamicro_field.h>
36 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_primitive_field.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_enum_field.h>
39 #include <google/protobuf/compiler/javamicro/javamicro_message_field.h>
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
101 } // namespace protobuf
javamicro_field.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
javamicro_file.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
44 namespace protobuf { namespace in namespace:google
54 namespace protobuf { namespace in namespace:google
91 } // namespace protobuf
javamicro_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
36 #include <google/protobuf/compiler/javamicro/javamicro_generator.h>
37 #include <google/protobuf/compiler/javamicro/javamicro_file.h>
38 #include <google/protobuf/compiler/javamicro/javamicro_helpers.h>
39 #include <google/protobuf/io/printer.h>
40 #include <google/protobuf/io/zero_copy_stream.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/compiler/code_generator.h>
41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
152 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 3 // http://code.google.com/p/protobuf/
45 #include <google/protobuf/stubs/common.h>
48 namespace protobuf { namespace in namespace:google
104 } // namespace protobuf
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/
dynamic_message_unittest.cc 3 // http://code.google.com/p/protobuf/
43 #include <google/protobuf/stubs/common.h>
44 #include <google/protobuf/dynamic_message.h>
45 #include <google/protobuf/descriptor.h>
46 #include <google/protobuf/descriptor.pb.h>
47 #include <google/protobuf/test_util.h>
48 #include <google/protobuf/unittest.pb.h>
50 #include <google/protobuf/testing/googletest.h>
54 namespace protobuf { namespace in namespace:google
161 } // namespace protobuf
    [all...]
generated_message_reflection_unittest.cc 3 // http://code.google.com/p/protobuf/
45 #include <google/protobuf/generated_message_reflection.h>
46 #include <google/protobuf/descriptor.h>
47 #include <google/protobuf/test_util.h>
48 #include <google/protobuf/unittest.pb.h>
50 #include <google/protobuf/stubs/common.h>
51 #include <google/protobuf/testing/googletest.h>
55 namespace protobuf { namespace in namespace:google
345 " Method : google::protobuf::Reflection::GetInt32\n"
355 " Method : google::protobuf::Reflection::GetInt32\n
    [all...]
message.h 3 // http://code.google.com/p/protobuf/
122 #include <google/protobuf/message_lite.h>
124 #include <google/protobuf/stubs/common.h>
146 namespace protobuf { namespace in namespace:google
310 typedef google::protobuf::Reflection Reflection;
    [all...]
message_unittest.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/message.h>
48 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/io/zero_copy_stream_impl.h>
50 #include <google/protobuf/io/coded_stream.h>
51 #include <google/protobuf/descriptor.h>
52 #include <google/protobuf/descriptor.pb.h>
53 #include <google/protobuf/unittest.pb.h>
54 #include <google/protobuf/test_util.h>
56 #include <google/protobuf/testing/googletest.h
60 namespace protobuf { namespace in namespace:google
    [all...]
reflection_ops_unittest.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/unittest.pb.h>
38 #include <google/protobuf/test_util.h>
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/testing/googletest.h>
43 #include <google/protobuf/stubs/strutil.h>
46 namespace protobuf { namespace in namespace:google
404 } // namespace protobuf
    [all...]
repeated_field.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/repeated_field.h>
36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
94 } // namespace protobuf
  /external/protobuf/src/google/protobuf/io/
printer.h 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
hash.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
52 namespace protobuf { namespace in namespace:google
60 // hash functions are defined in the protobuf code, they are also defined such
217 } // namespace protobuf
substitute.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util-inl.h>
38 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
substitute.h 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/stubs/common.h>
36 #include <google/protobuf/stubs/strutil.h>
42 namespace protobuf { namespace in namespace:google
167 } // namespace protobuf
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
MessageLite.java 3 // http://code.google.com/p/protobuf/
34 package com.google.protobuf;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/cpp/cpp_enum.h>
39 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/stubs/strutil.h>
44 namespace protobuf { namespace in namespace:google
106 "$dllexport$const ::google::protobuf::EnumDescriptor* $classname$_descriptor();\n");
110 " return ::google::protobuf::internal::NameOfEnum(\n"
116 " return ::google::protobuf::internal::ParseNamedEnum<$classname$>(\n"
159 "static inline const ::google::protobuf::EnumDescriptor*\n
    [all...]

Completed in 509 milliseconds

1 2 34 5 6 7 8 910