HomeSort by relevance Sort by last modified time
    Searched defs:protobuf (Results 201 - 225 of 721) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/code_generator.h>
42 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
45 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
89 } // 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/javanano/
javanano_enum.cc 3 // 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
142 } // namespace protobuf
javanano_enum.h 3 // 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
javanano_enum_field.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/compiler/javanano/javanano_field.h>
44 namespace protobuf { namespace in namespace:google
123 } // namespace protobuf
javanano_extension.cc 3 // http://code.google.com/p/protobuf/
33 #include <google/protobuf/compiler/javanano/javanano_extension.h>
34 #include <google/protobuf/compiler/javanano/javanano_helpers.h>
35 #include <google/protobuf/io/printer.h>
36 #include <google/protobuf/stubs/strutil.h>
37 #include <google/protobuf/wire_format.h>
40 namespace protobuf { namespace in namespace:google
137 "public static final com.google.protobuf.nano.Extension<\n"
140 " com.google.protobuf.nano.Extension.create$repeated$$ext_type$(\n"
141 " com.google.protobuf.nano.Extension.$type$,\n
    [all...]
javanano_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/javanano/javanano_params.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
117 } // namespace protobuf
javanano_file.h 3 // http://code.google.com/p/protobuf/
40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/compiler/code_generator.h>
42 #include <google/protobuf/compiler/javanano/javanano_params.h>
45 namespace protobuf { namespace in namespace:google
52 namespace protobuf { namespace in namespace:google
89 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 40 #include <google/protobuf/compiler/code_generator.h>
41 #include <google/protobuf/stubs/common.h>
44 namespace protobuf { namespace in namespace:google
163 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 43 #include <google/protobuf/stubs/common.h>
49 namespace protobuf { namespace in namespace:google
105 } // namespace protobuf
zip_writer.h 64 #include <google/protobuf/stubs/common.h>
65 #include <google/protobuf/io/zero_copy_stream.h>
68 namespace protobuf { namespace in namespace:google
92 } // namespace protobuf
  /external/protobuf/src/google/protobuf/io/
printer.h 42 #include <google/protobuf/stubs/common.h>
45 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
strtod.cc 31 #include <google/protobuf/io/strtod.h>
37 #include <google/protobuf/stubs/common.h>
40 namespace protobuf { namespace in namespace:google
112 } // namespace protobuf
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 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
474 } // namespace protobuf
repeated_field.cc 37 #include <google/protobuf/repeated_field.h>
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
86 } // namespace protobuf
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_pnacl.h 37 namespace protobuf { namespace in namespace:google
70 } // namespace protobuf
atomicops_internals_x86_gcc.cc 36 #include <google/protobuf/stubs/atomicops.h>
64 namespace protobuf { namespace in namespace:google
132 } // namespace protobuf
atomicops_internals_x86_msvc.h 37 namespace protobuf { namespace in namespace:google
147 } // namespace protobuf
hash.h 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
229 } // namespace protobuf
substitute.cc 33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util.h>
38 namespace protobuf { namespace in namespace:google
133 } // namespace protobuf
substitute.h 35 #include <google/protobuf/stubs/common.h>
36 #include <google/protobuf/stubs/strutil.h>
42 namespace protobuf { namespace in namespace:google
167 } // namespace protobuf

Completed in 386 milliseconds

1 2 3 4 5 6 7 891011>>