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

1 2 34 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.h 3 // 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
cpp_service.h 3 // 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/
java_field.h 3 // 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
java_message.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/stubs/common.h>
40 #include <google/protobuf/compiler/java/java_field.h>
43 namespace protobuf { namespace in namespace:google
49 namespace protobuf { namespace in namespace:google
95 } // namespace protobuf
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/
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
code_generator.h 3 // http://code.google.com/p/protobuf/
41 #include <google/protobuf/stubs/common.h>
47 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
mock_code_generator.h 3 // http://code.google.com/p/protobuf/
37 #include <google/protobuf/compiler/code_generator.h>
40 namespace protobuf { namespace in namespace:google
105 } // namespace protobuf
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
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
33 import com.google.protobuf.UnittestLite;
34 import com.google.protobuf.UnittestLite.TestAllTypesLite;
35 import com.google.protobuf.UnittestLite.TestAllExtensionsLite;
36 import com.google.protobuf.UnittestLite.TestNestedExtensionLite;
  /external/protobuf/src/google/protobuf/
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.h 3 // http://code.google.com/p/protobuf/
42 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/io/coded_stream.h>
46 namespace protobuf { namespace in namespace:google
236 } // namespace protobuf
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/compiler/javanano/
javanano_generator.cc 3 // http://code.google.com/p/protobuf/
35 #include <google/protobuf/compiler/javanano/javanano_params.h>
36 #include <google/protobuf/compiler/javanano/javanano_generator.h>
37 #include <google/protobuf/compiler/javanano/javanano_file.h>
38 #include <google/protobuf/compiler/javanano/javanano_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...]
javanano_message_field.cc 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/compiler/javanano/javanano_message_field.h>
39 #include <google/protobuf/compiler/javanano/javanano_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
116 " size += com.google.protobuf.nano.CodedOutputByteBufferNano\n"
145 "int arrayLength = com.google.protobuf.nano.WireFormatNano.getRepeatedFieldArrayLength(input, $tag$);\n"
186 " size += com.google.protobuf.nano.CodedOutputByteBufferNano\n
    [all...]
javanano_helpers.h 3 // http://code.google.com/p/protobuf/
39 #include <google/protobuf/compiler/javanano/javanano_params.h>
40 #include <google/protobuf/descriptor.pb.h>
41 #include <google/protobuf/descriptor.h>
44 namespace protobuf { namespace in namespace:google
129 } // namespace protobuf
  /external/protobuf/python/
setup.py 16 maintainer_email = "protobuf@googlegroups.com"
58 generate_proto("../src/google/protobuf/unittest.proto")
59 generate_proto("../src/google/protobuf/unittest_import.proto")
60 generate_proto("../src/google/protobuf/unittest_mset.proto")
61 generate_proto("../src/google/protobuf/unittest_no_generic_services.proto")
62 generate_proto("google/protobuf/internal/more_extensions.proto")
63 generate_proto("google/protobuf/internal/more_messages.proto")
66 import google.protobuf.internal.generator_test as generator_test namespace
67 import google.protobuf.internal.descriptor_test as descriptor_test namespace
68 import google.protobuf.internal.reflection_test as reflection_tes namespace
70 as service_reflection_test namespace
71 import google.protobuf.internal.text_format_test as text_format_test namespace
72 import google.protobuf.internal.wire_format_test as wire_format_test namespace
    [all...]
  /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/
stl_util-inl.h 3 // http://code.google.com/p/protobuf/
36 #include <google/protobuf/stubs/common.h>
39 namespace protobuf { namespace in namespace:google
118 } // namespace protobuf
  /external/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
38 * those generated messages do not reside in the {@code protobuf} package.
InvalidProtocolBufferException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf;
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
InvalidProtocolBufferMicroException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.micro;
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InternalNano.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
38 * those generated messages do not reside in the {@code protobuf} package.
InvalidProtocolBufferNanoException.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
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

Completed in 298 milliseconds

1 2 34 5 6 7 8 91011>>