Home
last modified time | relevance | path

Searched full:protobuf (Results 1 – 25 of 3028) sorted by relevance

12345678910>>...122

/third_party/protobuf/src/
DMakefile.am5 GZHEADERS = google/protobuf/io/gzip_stream.h
6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh
42 nobase_dist_proto_DATA = google/protobuf/descriptor.proto \
43 google/protobuf/any.proto \
44 google/protobuf/api.proto \
45 google/protobuf/duration.proto \
46 google/protobuf/empty.proto \
47 google/protobuf/field_mask.proto \
48 google/protobuf/source_context.proto \
49 google/protobuf/struct.proto \
[all …]
/third_party/protobuf/cmake/
Dextract_includes.bat.in3 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\js
9 mkdir include\google\protobuf\compiler\objectivec
10 mkdir include\google\protobuf\compiler\php
11 mkdir include\google\protobuf\compiler\python
12 mkdir include\google\protobuf\compiler\ruby
[all …]
Dtests.cmake32 google/protobuf/map_lite_unittest.proto
33 google/protobuf/unittest_import_lite.proto
34 google/protobuf/unittest_import_public_lite.proto
35 google/protobuf/unittest_lite.proto
39 google/protobuf/any_test.proto
40 google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
41 google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto
42 google/protobuf/map_proto2_unittest.proto
43 google/protobuf/map_unittest.proto
44 google/protobuf/unittest.proto
[all …]
Dlibprotoc.cmake2 ${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 …]
Dlibprotobuf.cmake2 ${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 …]
Dlibprotobuf-lite.cmake2 ${protobuf_source_dir}/src/google/protobuf/any_lite.cc
3 ${protobuf_source_dir}/src/google/protobuf/arena.cc
4 ${protobuf_source_dir}/src/google/protobuf/extension_set.cc
5 ${protobuf_source_dir}/src/google/protobuf/generated_enum_util.cc
6 ${protobuf_source_dir}/src/google/protobuf/generated_message_table_driven_lite.cc
7 ${protobuf_source_dir}/src/google/protobuf/generated_message_util.cc
8 ${protobuf_source_dir}/src/google/protobuf/implicit_weak_message.cc
9 ${protobuf_source_dir}/src/google/protobuf/io/coded_stream.cc
10 ${protobuf_source_dir}/src/google/protobuf/io/io_win32.cc
11 ${protobuf_source_dir}/src/google/protobuf/io/strtod.cc
[all …]
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dprotoc_lib_deps.py17protobuf/compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobuf/compi…
18protobuf/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'
/third_party/protobuf/
DBUILD.gn23 "src/google/protobuf/any_lite.cc",
24 "src/google/protobuf/arena.cc",
25 "src/google/protobuf/extension_set.cc",
26 "src/google/protobuf/generated_enum_util.cc",
27 "src/google/protobuf/generated_message_table_driven_lite.cc",
28 "src/google/protobuf/generated_message_util.cc",
29 "src/google/protobuf/implicit_weak_message.cc",
30 "src/google/protobuf/io/coded_stream.cc",
31 "src/google/protobuf/io/io_win32.cc",
32 "src/google/protobuf/io/strtod.cc",
[all …]
DMakefile.am14 # Build gmock before we build protobuf tests. We don't add gmock to SUBDIRS
49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
55 csharp/Google.Protobuf.Tools.targets \
56 csharp/Google.Protobuf.Tools.nuspec \
64 csharp/keys/Google.Protobuf.public.snk \
65 csharp/keys/Google.Protobuf.snk \
89 csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs \
90 csharp/src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs \
91 csharp/src/Google.Protobuf.Benchmarks/Benchmarks.cs \
92 csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj \
[all …]
Dlibprotobuf_lite.map4 "google::protobuf::internal::kAnyFullTypeName";
5 "google::protobuf::internal::VerifyVersion(int, int, char const*)";
6 …"google::protobuf::internal::AnyMetadata::AnyMetadata(google::protobuf::internal::ArenaStringPtr*,…
7 "google::protobuf::internal::fixed_address_empty_string[abi:cxx11]";
8 "google::protobuf::internal::DestroyMessage(void const*)";
9 "google::protobuf::internal::OnShutdownRun(void (*)(void const*), void const*)";
10 "google::protobuf::internal::InitSCCImpl(google::protobuf::internal::SCCInfoBase*)";
11protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string<char, std::char_traits<cha…
12 "google::protobuf::internal::ReadTagFallback(char const*, unsigned int)";
13 "google::protobuf::internal::VerifyUTF8(google::protobuf::StringPiece, char const*)";
[all …]
Dlibprotobuf.map4 "google::protobuf::GeneratedCodeInfo::GeneratedCodeInfo(google::protobuf::Arena*)";
5 …gle::protobuf::TextFormat::ParseFromString(std::__cxx11::basic_string<char, std::char_traits<char>…
6 …"google::protobuf::TextFormat::PrintToString(google::protobuf::Message const&, std::__cxx11::basic…
7 "google::protobuf::GeneratedCodeInfo::~GeneratedCodeInfo()";
8protobuf::strings::Substitute[abi:cxx11](char const*, google::protobuf::strings::internal::Substit…
9 "FileDescriptorSet::FileDescriptorSet(google::protobuf::Arena*)";
10 "google::protobuf::SimpleDescriptorDatabase::SimpleDescriptorDatabase()";
11 "google::protobuf::FileDescriptorProto::FileDescriptorProto(google::protobuf::Arena*)";
12 "google::protobuf::FileDescriptorProto::~FileDescriptorProto()";
13 "google::protobuf::SimpleDescriptorDatabase::Add(google::protobuf::FileDescriptorProto const&)";
[all …]
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php3 # source: google/protobuf/descriptor.proto
5 namespace GPBMetadata\Google\Protobuf\Internal;
12 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
17 …$pool->addMessage('google.protobuf.internal.FileDescriptorSet', \Google\Protobuf\Internal\FileDesc…
18 …->repeated('file', \Google\Protobuf\Internal\GPBType::MESSAGE, 1, 'google.protobuf.internal.FileDe…
21 …$pool->addMessage('google.protobuf.internal.FileDescriptorProto', \Google\Protobuf\Internal\FileDe…
22 ->optional('name', \Google\Protobuf\Internal\GPBType::STRING, 1)
23 ->optional('package', \Google\Protobuf\Internal\GPBType::STRING, 2)
24 ->repeated('dependency', \Google\Protobuf\Internal\GPBType::STRING, 3)
25 ->repeated('public_dependency', \Google\Protobuf\Internal\GPBType::INT32, 10)
[all …]
/third_party/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto5 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 …]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto5 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 …]
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
Dwrapper_benchmark_messages.proto3 package google.protobuf.benchmarks;
5 import "google/protobuf/wrappers.proto";
10 google.protobuf.DoubleValue double_field_95 = 95;
11 google.protobuf.DoubleValue double_field_1 = 1;
12 google.protobuf.DoubleValue double_field_79 = 79;
13 google.protobuf.Int64Value int64_field_2 = 2;
14 google.protobuf.DoubleValue double_field_96 = 96;
15 google.protobuf.Int64Value int64_field_3 = 3;
16 google.protobuf.Int64Value int64_field_4 = 4;
17 google.protobuf.DoubleValue double_field_97 = 97;
[all …]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto.php3 # source: google/protobuf/descriptor.proto
5 namespace Google\Protobuf\Internal;
7 use Google\Protobuf\Internal\GPBType;
8 use Google\Protobuf\Internal\GPBWire;
9 use Google\Protobuf\Internal\RepeatedField;
10 use Google\Protobuf\Internal\InputStream;
11 use Google\Protobuf\Internal\GPBUtil;
16 * Generated from protobuf message <code>google.protobuf.DescriptorProto</code>
18 class DescriptorProto extends \Google\Protobuf\Internal\Message
21 * Generated from protobuf field <code>optional string name = 1;</code>
[all …]
DFileDescriptorProto.php3 # source: google/protobuf/descriptor.proto
5 namespace Google\Protobuf\Internal;
7 use Google\Protobuf\Internal\GPBType;
8 use Google\Protobuf\Internal\GPBWire;
9 use Google\Protobuf\Internal\RepeatedField;
10 use Google\Protobuf\Internal\InputStream;
11 use Google\Protobuf\Internal\GPBUtil;
16 * Generated from protobuf message <code>google.protobuf.FileDescriptorProto</code>
18 class FileDescriptorProto extends \Google\Protobuf\Internal\Message
23 * Generated from protobuf field <code>optional string name = 1;</code>
[all …]
DEnumDescriptorProto.php3 # source: google/protobuf/descriptor.proto
5 namespace Google\Protobuf\Internal;
7 use Google\Protobuf\Internal\GPBType;
8 use Google\Protobuf\Internal\GPBWire;
9 use Google\Protobuf\Internal\RepeatedField;
10 use Google\Protobuf\Internal\InputStream;
11 use Google\Protobuf\Internal\GPBUtil;
16 * Generated from protobuf message <code>google.protobuf.EnumDescriptorProto</code>
18 class EnumDescriptorProto extends \Google\Protobuf\Internal\Message
21 * Generated from protobuf field <code>optional string name = 1;</code>
[all …]
/third_party/protobuf/java/lite/
Dgenerate-test-sources-build.xml5 <arg value="--proto_path=${protobuf.source.dir}"/>
6 <arg value="--proto_path=${protobuf.basedir}/java/core/${test.proto.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_lite.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public_lite.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_lite.proto"/>
13 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset.proto"/>
14 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset_wire_format.proto"/>
[all …]
/third_party/protobuf/java/core/
DBUILD6 "src/main/java/com/google/protobuf/AbstractMessageLite.java",
7 "src/main/java/com/google/protobuf/AbstractParser.java",
8 "src/main/java/com/google/protobuf/AbstractProtobufList.java",
9 "src/main/java/com/google/protobuf/AllocatedBuffer.java",
10 "src/main/java/com/google/protobuf/Android.java",
11 "src/main/java/com/google/protobuf/ArrayDecoders.java",
12 "src/main/java/com/google/protobuf/BinaryReader.java",
13 "src/main/java/com/google/protobuf/BinaryWriter.java",
14 "src/main/java/com/google/protobuf/BooleanArrayList.java",
15 "src/main/java/com/google/protobuf/BufferAllocator.java",
[all …]
Dgenerate-test-sources-build.xml5 <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_custom_options.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/unittest_enormous_descriptor.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_lite.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public.proto"/>
13 <arg value="${protobuf.source.dir}/google/protobuf/unittest_import_public_lite.proto"/>
14 <arg value="${protobuf.source.dir}/google/protobuf/unittest_lite.proto"/>
15 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset.proto"/>
[all …]
/third_party/protobuf/conformance/
DMakefile.am5 $(top_srcdir)/src/google/protobuf/test_messages_proto3.proto
10 $(top_srcdir)/src/google/protobuf/test_messages_proto2.proto
13 $(top_srcdir)/src/google/protobuf/any.proto \
14 $(top_srcdir)/src/google/protobuf/duration.proto \
15 $(top_srcdir)/src/google/protobuf/field_mask.proto \
16 $(top_srcdir)/src/google/protobuf/struct.proto \
17 $(top_srcdir)/src/google/protobuf/timestamp.proto \
18 $(top_srcdir)/src/google/protobuf/wrappers.proto
31 com/google/protobuf/Any.java \
32 com/google/protobuf/AnyOrBuilder.java \
[all …]
/third_party/protobuf/php/src/Google/Protobuf/
DEnum.php3 # source: google/protobuf/type.proto
5 namespace Google\Protobuf;
7 use Google\Protobuf\Internal\GPBType;
8 use Google\Protobuf\Internal\RepeatedField;
9 use Google\Protobuf\Internal\GPBUtil;
14 * Generated from protobuf message <code>google.protobuf.Enum</code>
16 class Enum extends \Google\Protobuf\Internal\Message
21 * Generated from protobuf field <code>string name = 1;</code>
27 * Generated from protobuf field <code>repeated .google.protobuf.EnumValue enumvalue = 2;</code>
33 * Generated from protobuf field <code>repeated .google.protobuf.Option options = 3;</code>
[all …]
DType.php3 # source: google/protobuf/type.proto
5 namespace Google\Protobuf;
7 use Google\Protobuf\Internal\GPBType;
8 use Google\Protobuf\Internal\RepeatedField;
9 use Google\Protobuf\Internal\GPBUtil;
14 * Generated from protobuf message <code>google.protobuf.Type</code>
16 class Type extends \Google\Protobuf\Internal\Message
21 * Generated from protobuf field <code>string name = 1;</code>
27 * Generated from protobuf field <code>repeated .google.protobuf.Field fields = 2;</code>
33 * Generated from protobuf field <code>repeated string oneofs = 3;</code>
[all …]
/third_party/protobuf/editors/
Dprotobuf-mode.el1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. -*- lexical-binding: t; -*-
6 ;; Keywords: google protobuf languages
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
46 ;; (defconst my-protobuf-style
50 ;; (add-hook 'protobuf-mode-hook
51 ;; (lambda () (c-add-style "my-style" my-protobuf-style t)))
78 (put 'protobuf-mode 'c-mode-prefix "protobuf-"))
[all …]

12345678910>>...122