Searched full:google (Results 1 – 25 of 10132) sorted by relevance
12345678910>>...406
| /third_party/protobuf/src/ |
| D | Makefile.am | 5 GZHEADERS = google/protobuf/io/gzip_stream.h 6 GZTESTS = google/protobuf/io/gzip_stream_unittest.sh 25 # in Google so our code base have tons of such warnings). 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 \ [all …]
|
| /third_party/protobuf/cmake/ |
| D | extract_includes.bat.in | 2 mkdir include\google 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\js 9 mkdir include\google\protobuf\compiler\objectivec 10 mkdir include\google\protobuf\compiler\php 11 mkdir include\google\protobuf\compiler\python [all …]
|
| D | tests.cmake | 32 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 …]
|
| 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 …]
|
| D | libprotobuf-lite.cmake | 2 ${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/ |
| D | protoc_lib_deps.py | 17 …google/protobuf/compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'google/protobu… 18 …google/protobuf/wrappers.proto', 'google/protobuf/type.proto', 'google/protobuf/timestamp.proto', …
|
| /third_party/protobuf/ |
| D | BUILD.gn | 23 "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 …]
|
| D | Makefile.am | 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 \ 93 csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs \ 94 csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs \ [all …]
|
| D | libprotobuf_lite.map | 4 "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*)"; 11 …google::protobuf::internal::InlineGreedyStringParser(std::__cxx11::basic_string<char, std::char_tr… 12 "google::protobuf::internal::ReadTagFallback(char const*, unsigned int)"; 13 "google::protobuf::internal::VerifyUTF8(google::protobuf::StringPiece, char const*)"; [all …]
|
| D | libprotobuf.map | 4 "google::protobuf::GeneratedCodeInfo::GeneratedCodeInfo(google::protobuf::Arena*)"; 5 …"google::protobuf::TextFormat::ParseFromString(std::__cxx11::basic_string<char, std::char_traits<c… 6 …"google::protobuf::TextFormat::PrintToString(google::protobuf::Message const&, std::__cxx11::basic… 7 "google::protobuf::GeneratedCodeInfo::~GeneratedCodeInfo()"; 8 …google::protobuf::strings::Substitute[abi:cxx11](char const*, google::protobuf::strings::internal:… 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/ |
| D | Descriptor.php | 3 # 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/csharp/compatibility_tests/v3.0.0/protos/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 …]
|
| /third_party/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 …]
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
| D | wrapper_benchmark_messages.proto | 3 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/conformance/ |
| D | Makefile.am | 5 $(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/java/core/ |
| D | BUILD | 6 "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 …]
|
| D | generate-test-sources-build.xml | 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"/> 16 <arg value="${protobuf.source.dir}/google/protobuf/unittest_mset_wire_format.proto"/> [all …]
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | DescriptorProto.php | 3 # 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 25 …* Generated from protobuf field <code>repeated .google.protobuf.FieldDescriptorProto field = 2;</c… [all …]
|
| /third_party/grpc/ |
| D | MAINTAINERS.md | 11 - [a11r](https://github.com/a11r), Google LLC 12 - [apolcyn](https://github.com/apolcyn), Google LLC 13 - [arjunroy](https://github.com/arjunroy), Google LLC 14 - [AspirinSJL](https://github.com/AspirinSJL), Google LLC 15 - [bogdandrutu](https://github.com/bogdandrutu), Google LLC 16 - [daniel-j-born](https://github.com/daniel-j-born), Google LLC 17 - [dapengzhang0](https://github.com/dapengzhang0), Google LLC 18 - [dfawley](https://github.com/dfawley), Google LLC 19 - [dklempner](https://github.com/dklempner), Google LLC 20 - [ejona86](https://github.com/ejona86), Google LLC [all …]
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | SentinelOuterClass.java | 2 * Protocol Buffers - Google's data interchange format 3 * Copyright 2014 Google Inc. All rights reserved. 4 * https://developers.google.com/protocol-buffers/ 16 * * Neither the name of Google Inc. nor the names of its 36 package com.google.protobuf.jruby; 41 com.google.protobuf.ExtensionRegistry registry) { in registerAllExtensions() 44 // @@protoc_insertion_point(interface_extends:com.google.protobuf.jruby.Sentinel) 45 com.google.protobuf.MessageOrBuilder { 74 com.google.protobuf.ByteString 95 com.google.protobuf.ByteString getDefaultBytes(); in getDefaultBytes() [all …]
|
| /third_party/googletest/ |
| D | CONTRIBUTORS | 2 # contribution to the Google C++ Testing Framework project. People 6 Ajay Joshi <jaj@google.com> 8 Benoit Sigoure <tsuna@google.com> 10 Bogdan Piloca <boo@google.com> 11 Chandler Carruth <chandlerc@google.com> 12 Chris Prince <cprince@google.com> 13 Chris Taylor <taylorc@google.com> 14 Dan Egnor <egnor@google.com> 16 David Anderson <danderson@google.com> 22 Jeffrey Yasskin <jyasskin@google.com> [all …]
|
| /third_party/protobuf/ruby/tests/ |
| D | basic_test.proto | 5 import "google/protobuf/wrappers.proto"; 6 import "google/protobuf/timestamp.proto"; 7 import "google/protobuf/duration.proto"; 8 import "google/protobuf/struct.proto"; 132 google.protobuf.DoubleValue double = 1; 133 google.protobuf.FloatValue float = 2; 134 google.protobuf.Int32Value int32 = 3; 135 google.protobuf.Int64Value int64 = 4; 136 google.protobuf.UInt32Value uint32 = 5; 137 google.protobuf.UInt64Value uint64 = 6; [all …]
|
| /third_party/protobuf/objectivec/Tests/ |
| D | GPBUnittestProtos.m | 1 // Protocol Buffers - Google's data interchange format 2 // Copyright 2008 Google Inc. All rights reserved. 3 // https://developers.google.com/protocol-buffers/ 15 // * Neither the name of Google Inc. nor the names of its 37 #import "google/protobuf/Descriptor.pbobjc.m" 39 #import "google/protobuf/AnyTest.pbobjc.m" 40 #import "google/protobuf/MapProto2Unittest.pbobjc.m" 41 #import "google/protobuf/MapUnittest.pbobjc.m" 42 #import "google/protobuf/Unittest.pbobjc.m" 43 #import "google/protobuf/UnittestArena.pbobjc.m" [all …]
|
| /third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
| D | dboolhuff.AUTHORS | 6 Adrian Grange <agrange@google.com> 7 Ahmad Sharif <asharif@google.com> 12 Alpha Lam <hclam@google.com> 18 Attila Nagy <attilanagy@google.com> 21 Christian Duvivier <cduvivier@google.com> 22 Daniel Kang <ddkang@google.com> 23 Deb Mukherjee <debargha@google.com> 24 Dmitry Kovalev <dkovalev@google.com> 28 Frank Galligan <fgalligan@google.com> 30 Fritz Koenig <frkoenig@google.com> [all …]
|
12345678910>>...406