Searched defs:protobuf (Results 151 - 175 of 502) sorted by relevance

1234567891011>>

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DUnknownFieldData.java3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc3 // http://code.google.com/p/protobuf/
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
74 } // namespace protobuf
H A Dsubprocess.h3 // http://code.google.com/p/protobuf/
45 #include <google/protobuf/stubs/common.h>
48 namespace protobuf { namespace in namespace:google
104 } // namespace protobuf
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_field.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/descriptor.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
164 } // namespace protobuf
H A Dcpp_file.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/cpp/cpp_field.h>
44 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
H A Dcpp_generator.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/cpp/cpp_generator.h>
40 #include <google/protobuf/compiler/cpp/cpp_file.h>
41 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 #include <google/protobuf/io/printer.h>
43 #include <google/protobuf/io/zero_copy_stream.h>
44 #include <google/protobuf/descriptor.pb.h>
47 namespace protobuf { namespace in namespace:google
121 } // namespace protobuf
H A Dcpp_helpers.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/descriptor.h>
40 #include <google/protobuf/descriptor.pb.h>
43 namespace protobuf { namespace in namespace:google
89 // Get the C++ type name for a primitive type (e.g. "double", "::google::protobuf::int32", etc.).
153 } // namespace protobuf
H A Dcpp_message.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/cpp/cpp_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
73 // Precondition: in ::google::protobuf namespace.
167 } // namespace protobuf
H A Dcpp_service.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.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/
H A Djava_enum.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/java/java_enum.h>
39 #include <google/protobuf/compiler/java/java_helpers.h>
40 #include <google/protobuf/io/printer.h>
41 #include <google/protobuf/descriptor.pb.h>
42 #include <google/protobuf/stubs/strutil.h>
45 namespace protobuf { namespace in namespace:google
73 " implements com.google.protobuf.ProtocolMessageEnum {\n",
78 " implements com.google.protobuf.Internal.EnumLite {\n",
133 "public static com.google.protobuf
[all...]
H A Djava_enum.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
81 } // namespace protobuf
H A Djava_field.cc3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/java/java_field.h>
36 #include <google/protobuf/compiler/java/java_helpers.h>
37 #include <google/protobuf/compiler/java/java_primitive_field.h>
38 #include <google/protobuf/compiler/java/java_enum_field.h>
39 #include <google/protobuf/compiler/java/java_message_field.h>
40 #include <google/protobuf/stubs/common.h>
43 namespace protobuf { namespace in namespace:google
111 } // namespace protobuf
H A Djava_field.h3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/descriptor.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
H A Djava_file.h3 // 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
H A Djava_service.h3 // 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/
H A Djavamicro_enum.cc3 // 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
H A Djavamicro_enum.h3 // 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
H A Djavamicro_field.cc3 // 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
H A Djavamicro_field.h3 // 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
H A Djavamicro_file.h3 // 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
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_enum.cc3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javanano/javanano_params.h>
39 #include <google/protobuf/compiler/javanano/javanano_enum.h>
40 #include <google/protobuf/compiler/javanano/javanano_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
110 } // namespace protobuf
H A Djavanano_enum.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/javanano/javanano_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
H A Djavanano_enum_field.h3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/javanano/javanano_field.h>
44 namespace protobuf { namespace in namespace:google
122 } // namespace protobuf
H A Djavanano_file.h3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/javanano/javanano_params.h>
44 namespace protobuf { namespace in namespace:google
54 namespace protobuf { namespace in namespace:google
91 } // namespace protobuf
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.h3 // 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

Completed in 183 milliseconds

1234567891011>>