/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 159 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.Aggregate), global::UnitTest.Issues.TestProtos.Aggregate.Parser, new[]{ "I", "S", "Sub" }, null, null, null, null), in UnittestCustomOptionsProto3Reflection() 225 public static readonly pb::Extension<global::Google.Protobuf.Reflection.FileOptions, global::UnitTest.Issues.TestProtos.Aggregate> Fileopt = 226 new pb::Extension<global::Google.Protobuf.Reflection.FileOptions, global::UnitTest.Issues.TestProtos.Aggregate>(15478479, pb::FieldCodec.ForMessage(123827834, global::UnitTest.Issues.TestProtos.Aggregate.Parser)); 227 public static readonly pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, global::UnitTest.Issues.TestProtos.Aggregate> Msgopt = 228 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, global::UnitTest.Issues.TestProtos.Aggregate>(15480088, pb::FieldCodec.ForMessage(123840706, global::UnitTest.Issues.TestProtos.Aggregate.Parser)); 229 public static readonly pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, global::UnitTest.Issues.TestProtos.Aggregate> Fieldopt = 230 new pb::Extension<global::Google.Protobuf.Reflection.FieldOptions, global::UnitTest.Issues.TestProtos.Aggregate>(1548137 3082 public sealed partial class Aggregate : pb::IMessage<Aggregate> global() class 3103 public Aggregate() { Aggregate() method in UnitTest.Issues.TestProtos.Aggregate 3110 public Aggregate(Aggregate other) : this() { Aggregate() method in UnitTest.Issues.TestProtos.Aggregate [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | NodeType.h | 30 Aggregate, member in sh::NodeType 118 nodeType = NodeType::Aggregate;
|
H A 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/ |
H A 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 in v8::internal::AggregatedMemoryHistogram
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | CustomOptions.cs | 230 .Aggregate(new T(), (t, b) =>
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | CustomOptionsTest.cs | 198 AssertOption(new Aggregate { I = 101, S = "MessageAnnotation" }, messageDescriptor.CustomOptions.TryGetMessage, Msgopt, messageDescriptor.GetOption, messageDescriptor.GetOptions().GetExtension); in AggregateOptions() 201 AssertOption(new Aggregate { S = "FieldAnnotation" }, fieldDescriptor.CustomOptions.TryGetMessage, Fieldopt, fieldDescriptor.GetOption, fieldDescriptor.GetOptions().GetExtension); in AggregateOptions()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | gen_pack.py | 296 class Aggregate(object): class 731 self.aggregate = Aggregate(self, aggregate_name, attrs)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_unittest.cc | 893 EXPECT_EQ("protobuf_unittest.Aggregate.nested", in TEST_F() 894 protobuf_unittest::Aggregate::descriptor() in TEST_F() 3453 const protobuf_unittest::Aggregate& file_options = in TEST()
|