Searched full:protobuf (Results 1 – 25 of 3624) sorted by relevance
12345678910>>...145
/external/protobuf/src/ |
D | Makefile.am | 5 GZHEADERS = google/protobuf/io/gzip_stream.h 6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh 35 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \ 36 google/protobuf/any.proto \ 37 google/protobuf/api.proto \ 38 google/protobuf/duration.proto \ 39 google/protobuf/empty.proto \ 40 google/protobuf/field_mask.proto \ 41 google/protobuf/source_context.proto \ 42 google/protobuf/struct.proto \ [all …]
|
/external/protobuf/cmake/ |
D | extract_includes.bat.in | 3 mkdir include\google\protobuf 4 mkdir include\google\protobuf\compiler 5 mkdir include\google\protobuf\compiler\cpp 6 mkdir include\google\protobuf\compiler\csharp 7 mkdir include\google\protobuf\compiler\java 8 mkdir include\google\protobuf\compiler\javanano 9 mkdir include\google\protobuf\compiler\js 10 mkdir include\google\protobuf\compiler\objectivec 11 mkdir include\google\protobuf\compiler\python 12 mkdir include\google\protobuf\compiler\ruby [all …]
|
D | tests.cmake | 23 google/protobuf/map_lite_unittest.proto 24 google/protobuf/unittest_import_lite.proto 25 google/protobuf/unittest_import_public_lite.proto 26 google/protobuf/unittest_lite.proto 27 google/protobuf/unittest_no_arena_lite.proto 31 google/protobuf/any_test.proto 32 google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto 33 google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto 34 google/protobuf/map_proto2_unittest.proto 35 google/protobuf/map_unittest.proto [all …]
|
D | libprotoc.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc 3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc 4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc 7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc 8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc 9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc 10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc 11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc [all …]
|
D | libprotobuf.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/any.cc 3 ${protobuf_source_dir}/src/google/protobuf/any.pb.cc 4 ${protobuf_source_dir}/src/google/protobuf/api.pb.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/importer.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/parser.cc 7 ${protobuf_source_dir}/src/google/protobuf/descriptor.cc 8 ${protobuf_source_dir}/src/google/protobuf/descriptor.pb.cc 9 ${protobuf_source_dir}/src/google/protobuf/descriptor_database.cc 10 ${protobuf_source_dir}/src/google/protobuf/duration.pb.cc 11 ${protobuf_source_dir}/src/google/protobuf/dynamic_message.cc [all …]
|
/external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
D | protoc_lib_deps.py | 17 …protobuf/compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compi… 18 …protobuf/wrappers.proto', 'google/protobuf/type.proto', 'google/protobuf/timestamp.proto', 'google… 20 CC_INCLUDE='third_party/protobuf/src' 21 PROTO_INCLUDE='third_party/protobuf/src'
|
/external/protobuf/ |
D | Makefile.am | 14 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS 49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc 58 csharp/keys/Google.Protobuf.public.snk \ 69 csharp/src/Google.Protobuf.Conformance/App.config \ 70 csharp/src/Google.Protobuf.Conformance/Conformance.cs \ 71 csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj \ 72 csharp/src/Google.Protobuf.Conformance/Program.cs \ 73 csharp/src/Google.Protobuf.Conformance/Properties/AssemblyInfo.cs \ 74 csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj \ 75 csharp/src/Google.Protobuf.JsonDump/Program.cs \ [all …]
|
D | BUILD | 1 # Bazel (http://bazel.io/) BUILD file for Protobuf. 6 # Protobuf Runtime Library 32 "protobuf", 74 "src/google/protobuf/arena.cc", 75 "src/google/protobuf/arenastring.cc", 76 "src/google/protobuf/extension_set.cc", 77 "src/google/protobuf/generated_message_util.cc", 78 "src/google/protobuf/io/coded_stream.cc", 79 "src/google/protobuf/io/zero_copy_stream.cc", 80 "src/google/protobuf/io/zero_copy_stream_impl_lite.cc", [all …]
|
D | Android.bp | 25 name: "protobuf-cflags-defaults", 54 defaults: ["protobuf-cflags-defaults"], 56 "src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc", 57 "src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc", 58 "src/google/protobuf/stubs/bytestream.cc", 59 "src/google/protobuf/stubs/common.cc", 60 "src/google/protobuf/stubs/int128.cc", 61 "src/google/protobuf/stubs/once.cc", 62 "src/google/protobuf/stubs/status.cc", 63 "src/google/protobuf/stubs/statusor.cc", [all …]
|
/external/perfetto/buildtools/ |
D | BUILD.gn | 134 rebase_path("protobuf/src", root_build_dir), 160 "protobuf/src/google/protobuf/arena.cc", 161 "protobuf/src/google/protobuf/arenastring.cc", 162 "protobuf/src/google/protobuf/extension_set.cc", 163 "protobuf/src/google/protobuf/generated_message_util.cc", 164 "protobuf/src/google/protobuf/io/coded_stream.cc", 165 "protobuf/src/google/protobuf/io/zero_copy_stream.cc", 166 "protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc", 167 "protobuf/src/google/protobuf/message_lite.cc", 168 "protobuf/src/google/protobuf/repeated_field.cc", [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unittest_well_known_types.proto | 5 option csharp_namespace = "Google.Protobuf.TestProtos"; 7 option java_package = "com.google.protobuf.test"; 9 import "google/protobuf/any.proto"; 10 import "google/protobuf/api.proto"; 11 import "google/protobuf/duration.proto"; 12 import "google/protobuf/empty.proto"; 13 import "google/protobuf/field_mask.proto"; 14 import "google/protobuf/source_context.proto"; 15 import "google/protobuf/struct.proto"; 16 import "google/protobuf/timestamp.proto"; [all …]
|
D | 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> [all …]
|
D | 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> [all …]
|
D | type.pb.cc | 2 // source: google/protobuf/type.proto 5 #include <google/protobuf/type.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> [all …]
|
D | struct.pb.cc | 2 // source: google/protobuf/struct.proto 5 #include <google/protobuf/struct.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> [all …]
|
D | wrappers.pb.cc | 2 // source: google/protobuf/wrappers.proto 5 #include <google/protobuf/wrappers.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> [all …]
|
D | 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> [all …]
|
D | api.pb.h | 2 // source: google/protobuf/api.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> [all …]
|
D | descriptor.pb.cc | 2 // source: google/protobuf/descriptor.proto 5 #include <google/protobuf/descriptor.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> [all …]
|
/external/protobuf/conformance/ |
D | Makefile.am | 7 $(top_srcdir)/src/google/protobuf/any.proto \ 8 $(top_srcdir)/src/google/protobuf/duration.proto \ 9 $(top_srcdir)/src/google/protobuf/field_mask.proto \ 10 $(top_srcdir)/src/google/protobuf/struct.proto \ 11 $(top_srcdir)/src/google/protobuf/timestamp.proto \ 12 $(top_srcdir)/src/google/protobuf/wrappers.proto 24 com/google/protobuf/Any.java \ 25 com/google/protobuf/AnyOrBuilder.java \ 26 com/google/protobuf/AnyProto.java \ 27 com/google/protobuf/BoolValue.java \ [all …]
|
/external/grpc-grpc-java/testing-proto/src/generated/main/java/io/grpc/testing/protobuf/ |
D | SimpleResponse.java | 2 // source: io/grpc/testing/protobuf/simpleservice.proto 4 package io.grpc.testing.protobuf; 11 * Protobuf type {@code grpc.testing.SimpleResponse} 14 com.google.protobuf.GeneratedMessageV3 implements 19 private SimpleResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in SimpleResponse() 27 public final com.google.protobuf.UnknownFieldSet 32 com.google.protobuf.CodedInputStream input, in SimpleResponse() 33 com.google.protobuf.ExtensionRegistryLite extensionRegistry) in SimpleResponse() 34 throws com.google.protobuf.InvalidProtocolBufferException { in SimpleResponse() 40 com.google.protobuf.UnknownFieldSet.Builder unknownFields = in SimpleResponse() [all …]
|
D | SimpleRequest.java | 2 // source: io/grpc/testing/protobuf/simpleservice.proto 4 package io.grpc.testing.protobuf; 11 * Protobuf type {@code grpc.testing.SimpleRequest} 14 com.google.protobuf.GeneratedMessageV3 implements 19 private SimpleRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in SimpleRequest() 27 public final com.google.protobuf.UnknownFieldSet 32 com.google.protobuf.CodedInputStream input, in SimpleRequest() 33 com.google.protobuf.ExtensionRegistryLite extensionRegistry) in SimpleRequest() 34 throws com.google.protobuf.InvalidProtocolBufferException { in SimpleRequest() 40 com.google.protobuf.UnknownFieldSet.Builder unknownFields = in SimpleRequest() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 2 // source: google/protobuf/compiler/plugin.proto 5 #include <google/protobuf/compiler/plugin.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> [all …]
|
/external/protobuf/java/lite/ |
D | generate-test-sources-build.xml | 5 <arg value="--proto_path=${protobuf.source.dir}"/> 7 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/> 8 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/> 9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/> 10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset.proto"/> 11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset_wire_format.proto"/> 12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_optimize_for.proto"/> 13 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/> 14 <arg value="${protobuf.source.dir}/google/protobuf/unittest_lite.proto"/> 15 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/> [all …]
|
/external/protobuf/java/core/ |
D | generate-test-sources-build.xml | 5 <arg value="--proto_path=${protobuf.source.dir}"/> 7 <arg value="${protobuf.source.dir}/google/protobuf/unittest.proto"/> 8 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/> 9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/> 10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset.proto"/> 11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset_wire_format.proto"/> 12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_optimize_for.proto"/> 13 <arg value="${protobuf.source.dir}/google/protobuf/unittest_custom_options.proto"/> 14 <arg value="${protobuf.source.dir}/google/protobuf/unittest_lite.proto"/> 15 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/> [all …]
|
12345678910>>...145