HomeSort by relevance Sort by last modified time
    Searched refs:protobuf (Results 226 - 250 of 1415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 35 #include <google/protobuf/stubs/hash.h>
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/io/coded_stream.h>
40 #include <google/protobuf/io/zero_copy_stream_impl.h>
41 #include <google/protobuf/descriptor.h>
42 #include <google/protobuf/util/internal/type_info.h>
43 #include <google/protobuf/util/internal/datapiece.h>
44 #include <google/protobuf/util/internal/error_listener.h>
45 #include <google/protobuf/util/internal/proto_writer.h>
46 #include <google/protobuf/util/internal/structured_objectwriter.h
51 namespace protobuf { namespace in namespace:google
58 namespace protobuf { namespace in namespace:google
64 namespace protobuf { namespace in namespace:google
    [all...]
type_info.cc 31 #include <google/protobuf/util/internal/type_info.h>
36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/type.pb.h>
38 #include <google/protobuf/util/internal/utility.h>
39 #include <google/protobuf/stubs/stringpiece.h>
40 #include <google/protobuf/stubs/map_util.h>
41 #include <google/protobuf/stubs/status.h>
42 #include <google/protobuf/stubs/statusor.h>
45 namespace protobuf { namespace in namespace:google
61 virtual util::StatusOr<const google::protobuf::Type*> ResolveTypeUrl
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 31 package com.google.protobuf;
ExtensionLite.java 31 package com.google.protobuf;
RpcChannel.java 31 package com.google.protobuf;
RpcController.java 31 package com.google.protobuf;
  /external/protobuf/python/google/protobuf/pyext/
python_protobuf.h 42 namespace protobuf { namespace in namespace:google
54 } // namespace protobuf
descriptor_database.h 36 #include <google/protobuf/descriptor_database.h>
39 namespace protobuf { namespace in namespace:google
72 } // namespace protobuf
  /external/protobuf/python/google/protobuf/
reflection.py 51 from google.protobuf.internal import api_implementation
52 from google.protobuf import message
56 from google.protobuf.pyext import cpp_message as message_impl
58 from google.protobuf.internal import python_message as message_impl
75 descriptor: Protobuf Descriptor object
79 Newly created protobuf Message object.
88 """Construct a class object for a protobuf described by descriptor.
109 descriptor: A descriptor.Descriptor object describing the protobuf.
  /external/protobuf/src/google/protobuf/
arena_test_util.h 36 namespace protobuf { namespace in namespace:google
48 // TOOD(xiaofeng): Implement this for opensource protobuf.
57 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h 41 #include <google/protobuf/compiler/cpp/cpp_options.h>
42 #include <google/protobuf/descriptor.h>
45 namespace protobuf { namespace in namespace:google
51 namespace protobuf { namespace in namespace:google
77 // Precondition: in ::google::protobuf namespace.
108 } // namespace protobuf
cpp_field.cc 35 #include <google/protobuf/compiler/cpp/cpp_field.h>
38 #include <google/protobuf/stubs/shared_ptr.h>
41 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
42 #include <google/protobuf/compiler/cpp/cpp_primitive_field.h>
43 #include <google/protobuf/compiler/cpp/cpp_string_field.h>
44 #include <google/protobuf/compiler/cpp/cpp_enum_field.h>
45 #include <google/protobuf/compiler/cpp/cpp_map_field.h>
46 #include <google/protobuf/compiler/cpp/cpp_message_field.h>
47 #include <google/protobuf/descriptor.pb.h>
48 #include <google/protobuf/wire_format.h
55 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 3 // 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/objectivec/
objectivec_file.h 37 #include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
38 #include <google/protobuf/stubs/common.h>
41 namespace protobuf { namespace in namespace:google
48 namespace protobuf { namespace in namespace:google
96 } // namespace protobuf
objectivec_map_field.h 36 #include <google/protobuf/compiler/objectivec/objectivec_field.h>
39 namespace protobuf { namespace in namespace:google
64 } // namespace protobuf
  /external/protobuf/src/google/protobuf/testing/
zcgunzip.cc 55 #include <google/protobuf/io/gzip_stream.h>
56 #include <google/protobuf/io/zero_copy_stream_impl.h>
58 using google::protobuf::io::FileInputStream;
59 using google::protobuf::io::GzipInputStream;
zcgzip.cc 54 #include <google/protobuf/io/gzip_stream.h>
55 #include <google/protobuf/io/zero_copy_stream_impl.h>
57 using google::protobuf::io::FileOutputStream;
58 using google::protobuf::io::GzipOutputStream;
  /external/webrtc/webrtc/modules/audio_processing/test/
protobuf_utils.h 28 bool ReadMessageFromFile(FILE* file, ::google::protobuf::MessageLite* msg);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TestUtilLite.java 31 package com.google.protobuf;
33 import static com.google.protobuf.UnittestLite.OptionalGroup_extension_lite;
34 import static com.google.protobuf.UnittestLite.RepeatedGroup_extension_lite;
35 import static com.google.protobuf.UnittestLite.defaultBoolExtensionLite;
36 import static com.google.protobuf.UnittestLite.defaultBytesExtensionLite;
37 import static com.google.protobuf.UnittestLite.defaultCordExtensionLite;
38 import static com.google.protobuf.UnittestLite.defaultDoubleExtensionLite;
39 import static com.google.protobuf.UnittestLite.defaultFixed32ExtensionLite;
40 import static com.google.protobuf.UnittestLite.defaultFixed64ExtensionLite;
41 import static com.google.protobuf.UnittestLite.defaultFloatExtensionLite
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_map_field.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
35 #include <google/protobuf/descriptor.h>
36 #include <google/protobuf/descriptor.pb.h>
37 #include <google/protobuf/io/printer.h>
38 #include <google/protobuf/io/zero_copy_stream.h>
39 #include <google/protobuf/stubs/strutil.h>
41 #include <google/protobuf/compiler/csharp/csharp_doc_comment.h>
42 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
43 #include <google/protobuf/compiler/csharp/csharp_map_field.h
46 namespace protobuf { namespace in namespace:google
    [all...]
csharp_names.h 44 namespace protobuf { namespace in namespace:google
92 const google::protobuf::FileDescriptor* descriptor,
100 } // namespace protobuf
csharp_source_generator_base.h 36 #include <google/protobuf/compiler/code_generator.h>
39 namespace protobuf { namespace in namespace:google
64 } // namespace protobuf
  /external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/
ParcelableExtendableMessageNano.java 3 // http://code.google.com/p/protobuf/
31 package com.google.protobuf.nano.android;
36 import com.google.protobuf.nano.ExtendableMessageNano;

Completed in 885 milliseconds

1 2 3 4 5 6 7 8 91011>>