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

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 2 // source: google/protobuf/type.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/generated_enum_reflection.h
36 namespace protobuf { namespace in namespace:google
1707 namespace protobuf { namespace in namespace:google
    [all...]
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/generated_enum_reflection.h
34 namespace protobuf { namespace in namespace:google
7680 namespace protobuf { namespace in namespace:google
    [all...]
any.pb.h 2 // source: google/protobuf/any.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h
34 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ProtocolMessageEnum.java 31 package com.google.protobuf;
33 import com.google.protobuf.Descriptors.EnumDescriptor;
34 import com.google.protobuf.Descriptors.EnumValueDescriptor;
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.c 31 #include "protobuf.h"
87 VALUE protobuf = rb_define_module_under(google, "Protobuf"); local
88 VALUE internal = rb_define_module_under(protobuf, "Internal");
91 DescriptorPool_register(protobuf);
92 Descriptor_register(protobuf);
93 FieldDescriptor_register(protobuf);
94 OneofDescriptor_register(protobuf);
95 EnumDescriptor_register(protobuf);
100 RepeatedField_register(protobuf);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
39 namespace protobuf { namespace in namespace:google
44 : public google::protobuf::compiler::CodeGenerator {
54 } // namespace protobuf
csharp_source_generator_base.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>
40 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
42 #include <google/protobuf/compiler/csharp/csharp_names.h>
43 #include <google/protobuf/compiler/csharp/csharp_options.h
46 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
39 namespace protobuf { namespace in namespace:google
44 : public google::protobuf::compiler::CodeGenerator {
54 } // namespace protobuf
  /external/protobuf/src/google/protobuf/
lite_arena_unittest.cc 31 #include <google/protobuf/arena_test_util.h>
32 #include <google/protobuf/map_lite_test_util.h>
33 #include <google/protobuf/testing/googletest.h>
37 namespace protobuf { namespace in namespace:google
43 google::protobuf::ArenaOptions options;
46 google::protobuf::Arena arena(options);
53 // google::protobuf::internal::NoHeapChecker no_heap;
56 google::protobuf::Arena::CreateMessage<protobuf_unittest::TestArenaMapLite>(&arena);
57 google::protobuf::MapLiteTestUtil::SetArenaMapFields(from);
61 google::protobuf::Arena::CreateMessage<protobuf_unittest::TestArenaMapLite>(&arena)
    [all...]
descriptor.pb.h 2 // source: google/protobuf/descriptor.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/generated_enum_reflection.h
34 namespace protobuf { namespace in namespace:google
7680 namespace protobuf { namespace in namespace:google
    [all...]
timestamp.pb.cc 2 // source: google/protobuf/timestamp.proto
5 #include <google/protobuf/timestamp.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
any.pb.cc 2 // source: google/protobuf/any.proto
5 #include <google/protobuf/any.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
api.pb.cc 2 // source: google/protobuf/api.proto
5 #include <google/protobuf/api.pb.h>
9 #include <google/protobuf/stubs/common.h>
10 #include <google/protobuf/stubs/port.h>
11 #include <google/protobuf/stubs/once.h>
12 #include <google/protobuf/io/coded_stream.h>
13 #include <google/protobuf/wire_format_lite_inl.h>
14 #include <google/protobuf/descriptor.h>
15 #include <google/protobuf/generated_message_reflection.h>
16 #include <google/protobuf/reflection_ops.h
21 namespace protobuf { namespace in namespace:google
    [all...]
any.pb.h 2 // source: google/protobuf/any.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h
34 namespace protobuf { namespace in namespace:google
    [all...]
  /external/protobuf/src/google/protobuf/util/internal/
object_location_tracker.h 36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/util/internal/location_tracker.h>
40 namespace protobuf { namespace in namespace:google
61 } // namespace protobuf
protostream_objectsource.h 35 #include <google/protobuf/stubs/hash.h>
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/type.pb.h>
40 #include <google/protobuf/util/internal/object_source.h>
41 #include <google/protobuf/util/internal/object_writer.h>
42 #include <google/protobuf/util/internal/type_info.h>
43 #include <google/protobuf/util/type_resolver.h>
44 #include <google/protobuf/stubs/stringpiece.h>
45 #include <google/protobuf/stubs/status.h>
46 #include <google/protobuf/stubs/statusor.h
50 namespace protobuf { namespace in namespace:google
56 namespace protobuf { namespace in namespace:google
    [all...]
proto_writer.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/structured_objectwriter.h>
46 #include <google/protobuf/util/type_resolver.h
50 namespace protobuf { namespace in namespace:google
57 namespace protobuf { namespace in namespace:google
63 namespace protobuf { namespace in namespace:google
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
39 namespace protobuf { namespace in namespace:google
44 : public google::protobuf::compiler::CodeGenerator {
54 } // namespace protobuf
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ruby/
ruby_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
39 namespace protobuf { namespace in namespace:google
44 : public google::protobuf::compiler::CodeGenerator {
54 } // namespace protobuf
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.h 3 // http://code.google.com/p/protobuf/
38 #include <google/protobuf/stubs/common.h>
39 #include <google/protobuf/compiler/javanano/javanano_params.h>
40 #include <google/protobuf/descriptor.pb.h>
44 namespace protobuf { namespace in namespace:google
50 namespace protobuf { namespace in namespace:google
71 } // namespace protobuf
  /external/protobuf/src/google/protobuf/util/
field_comparator.h 39 #include <google/protobuf/stubs/common.h>
42 namespace protobuf { namespace in namespace:google
84 const google::protobuf::Message& message_1,
85 const google::protobuf::Message& message_2,
86 const google::protobuf::FieldDescriptor* field,
88 const google::protobuf::util::FieldContext* field_context) = 0;
114 const google::protobuf::Message& message_1,
115 const google::protobuf::Message& message_2,
116 const google::protobuf::FieldDescriptor* field,
118 const google::protobuf::util::FieldContext* field_context)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_comparator.h 39 #include <google/protobuf/stubs/common.h>
42 namespace protobuf { namespace in namespace:google
84 const google::protobuf::Message& message_1,
85 const google::protobuf::Message& message_2,
86 const google::protobuf::FieldDescriptor* field,
88 const google::protobuf::util::FieldContext* field_context) = 0;
114 const google::protobuf::Message& message_1,
115 const google::protobuf::Message& message_2,
116 const google::protobuf::FieldDescriptor* field,
118 const google::protobuf::util::FieldContext* field_context)
    [all...]
  /test/vts/proto/
AndroidSystemControlMessage_pb2.py 4 from google.protobuf.internal import enum_type_wrapper
5 from google.protobuf import descriptor as _descriptor
6 from google.protobuf import message as _message
7 from google.protobuf import reflection as _reflection
8 from google.protobuf import descriptor_pb2
  /external/protobuf/php/ext/google/protobuf/
protobuf.c 1 #include "protobuf.h"
5 ZEND_DECLARE_MODULE_GLOBALS(protobuf)
6 static PHP_GINIT_FUNCTION(protobuf);
7 static PHP_GSHUTDOWN_FUNCTION(protobuf);
50 PHP_MINIT(protobuf), // process startup
56 PHP_MODULE_GLOBALS(protobuf), // globals descriptor
57 PHP_GINIT(protobuf), // globals ctor
58 PHP_GSHUTDOWN(protobuf), // globals dtor
64 ZEND_GET_MODULE(protobuf)
67 static PHP_GINIT_FUNCTION(protobuf) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator_factory.cc 33 #include <google/protobuf/compiler/java/java_generator_factory.h>
35 #include <google/protobuf/compiler/java/java_context.h>
36 #include <google/protobuf/compiler/java/java_enum_field.h>
37 #include <google/protobuf/compiler/java/java_extension.h>
38 #include <google/protobuf/compiler/java/java_extension_lite.h>
39 #include <google/protobuf/compiler/java/java_field.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/compiler/java/java_message.h>
42 #include <google/protobuf/compiler/java/java_message_lite.h>
43 #include <google/protobuf/compiler/java/java_service.h
46 namespace protobuf { namespace in namespace:google
    [all...]

Completed in 349 milliseconds

1 23 4 5 6 7 8 91011>>