/third_party/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 280 message Aggregate { message 285 Aggregate sub = 3; 288 // Allow Aggregate to be used as an option at all possible locations 290 extend google.protobuf.FileOptions { Aggregate fileopt = 15478479; } 291 extend google.protobuf.MessageOptions { Aggregate msgopt = 15480088; } 292 extend google.protobuf.FieldOptions { Aggregate fieldopt = 15481374; } 293 extend google.protobuf.EnumOptions { Aggregate enumopt = 15483218; } 294 extend google.protobuf.EnumValueOptions { Aggregate enumvalopt = 15486921; } 295 extend google.protobuf.ServiceOptions { Aggregate serviceopt = 15497145; } 296 extend google.protobuf.MethodOptions { Aggregate methodopt = 15512713; }
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 306 message Aggregate { message 311 optional Aggregate sub = 3; 316 optional Aggregate nested = 15476903; 323 // Allow Aggregate to be used as an option at all possible locations 325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 306 message Aggregate { message 311 optional Aggregate sub = 3; 316 optional Aggregate nested = 15476903; 323 // Allow Aggregate to be used as an option at all possible locations 325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 306 message Aggregate { message 311 optional Aggregate sub = 3; 316 optional Aggregate nested = 15476903; 323 // Allow Aggregate to be used as an option at all possible locations 325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; } 326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; } 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; } 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; } 329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; } 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; } [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 317 message Aggregate { message 322 optional Aggregate sub = 3; 327 optional Aggregate nested = 15476903; 334 // Allow Aggregate to be used as an option at all possible locations 337 optional Aggregate fileopt = 15478479; 340 optional Aggregate msgopt = 15480088; 343 optional Aggregate fieldopt = 15481374; 346 optional Aggregate enumopt = 15483218; 349 optional Aggregate enumvalopt = 15486921; 352 optional Aggregate serviceopt = 15497145; [all …]
|
D | descriptor_unittest.cc | 894 protobuf_unittest::Aggregate::descriptor() in TEST_F() 3453 const protobuf_unittest::Aggregate& file_options = in TEST()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 159 …eInfo(typeof(global::UnitTest.Issues.TestProtos.Aggregate), global::UnitTest.Issues.TestProtos.Agg… in UnittestCustomOptionsProto3Reflection() 225 …al::Google.Protobuf.Reflection.FileOptions, global::UnitTest.Issues.TestProtos.Aggregate> Fileopt = 226 …itTest.Issues.TestProtos.Aggregate>(15478479, pb::FieldCodec.ForMessage(123827834, global::UnitTes… 227 …::Google.Protobuf.Reflection.MessageOptions, global::UnitTest.Issues.TestProtos.Aggregate> Msgopt = 228 …itTest.Issues.TestProtos.Aggregate>(15480088, pb::FieldCodec.ForMessage(123840706, global::UnitTes… 229 …::Google.Protobuf.Reflection.FieldOptions, global::UnitTest.Issues.TestProtos.Aggregate> Fieldopt = 230 …itTest.Issues.TestProtos.Aggregate>(15481374, pb::FieldCodec.ForMessage(123850994, global::UnitTes… 231 …al::Google.Protobuf.Reflection.EnumOptions, global::UnitTest.Issues.TestProtos.Aggregate> Enumopt = 232 …itTest.Issues.TestProtos.Aggregate>(15483218, pb::FieldCodec.ForMessage(123865746, global::UnitTes… 233 …le.Protobuf.Reflection.EnumValueOptions, global::UnitTest.Issues.TestProtos.Aggregate> Enumvalopt = [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | NodeType.h | 30 Aggregate, enumerator 118 nodeType = NodeType::Aggregate; in visitAggregate()
|
D | IntermRebuild.cpp | 376 case NodeType::Aggregate: in traversePre() 442 case NodeType::Aggregate: in traverseChildren() 513 case NodeType::Aggregate: in traversePost()
|
/third_party/node/deps/v8/src/logging/ |
D | counters.h | 406 double Aggregate(double current_ms, double current_value); 445 sample_value = Aggregate(end_ms, end_value); in AddSample() 465 ? Aggregate(current_ms, current_value) in AddSample() 474 double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, in Aggregate() function
|
/third_party/node/deps/undici/src/docs/api/ |
D | PoolStats.md | 3 Aggregate stats for a [Pool](Pool.md) or [BalancedPool](BalancedPool.md).
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | CustomOptions.cs | 230 .Aggregate(new T(), (t, b) =>
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | CustomOptionsTest.cs | 198 …AssertOption(new Aggregate { I = 101, S = "MessageAnnotation" }, messageDescriptor.CustomOptions.T… in AggregateOptions() 201 …AssertOption(new Aggregate { S = "FieldAnnotation" }, fieldDescriptor.CustomOptions.TryGetMessage,… in AggregateOptions()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
D | gen_pack.py | 296 class Aggregate(object): class 731 self.aggregate = Aggregate(self, aggregate_name, attrs)
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_texture_foveated_subsampled_layout.txt | 132 Add a new row in Table 21.52 "Implementation Dependent Aggregate Shader Limits"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 201 // Aggregate returns are positioned at the lowest address in the slot for
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 264 // Aggregate by value arguments are always placed in the local variable space
|
/third_party/python/Modules/_ctypes/libffi_osx/ |
D | README | 238 Aggregate Types
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_ES3_1_compatibility.txt | 542 (Modify Table 23.76 - Implementation Dependent Aggregate Shader Limits)
|
D | ARB_shader_storage_buffer_object.txt | 1004 Add to Table 6.70, Implementation Dependent Aggregate Shader Limits, p. 574 1021 Modify Table 6.71, Implementation Dependent Aggregate Shader Limits (cont.), p. 575
|
D | ARB_shader_atomic_counters.txt | 676 Add to Table 6.50 Implementation Dependent Aggregate Shader Limits, p. 391:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_ES3_1_compatibility.txt | 532 (Modify Table 23.76 - Implementation Dependent Aggregate Shader Limits)
|
D | ARB_shader_storage_buffer_object.txt | 994 Add to Table 6.70, Implementation Dependent Aggregate Shader Limits, p. 574 1011 Modify Table 6.71, Implementation Dependent Aggregate Shader Limits (cont.), p. 575
|
D | ARB_shader_atomic_counters.txt | 666 Add to Table 6.50 Implementation Dependent Aggregate Shader Limits, p. 391:
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.errors.txt | 829 /** Aggregate various writes into a single array of lines. Useful for passing to the
|