/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 231 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec 232 …= new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForInt32(8, 0), pb::FieldCodec.ForInt32(16, 0),… 233 private readonly pbc::MapField<int, int> mapInt32Int32_ = new pbc::MapField<int, int>(); 235 public pbc::MapField<int, int> MapInt32Int32 { 241 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec 242 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8, 0L), pb::FieldCodec.ForInt64(16, … 243 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>(); 245 public pbc::MapField<long, long> MapInt64Int64 { 251 private static readonly pbc::MapField<uint, uint>.Codec _map_mapUint32Uint32_codec [all …]
|
D | TestMessagesProto3.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 676 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); 681 public pbc::RepeatedField<int> RepeatedInt32 { 689 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); 691 public pbc::RepeatedField<long> RepeatedInt64 { 699 private readonly pbc::RepeatedField<uint> repeatedUint32_ = new pbc::RepeatedField<uint>(); 701 public pbc::RepeatedField<uint> RepeatedUint32 { 709 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); 711 public pbc::RepeatedField<ulong> RepeatedUint64 { 719 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); [all …]
|
D | UnittestWellKnownTypes.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 486 …if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleField, othe… in Equals() 487 …if (!pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityComparer.Equals(FloatField, other… in Equals() 511 …if (doubleField_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComp… in GetHashCode() 512 …if (floatField_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableSingleEqualityCompa… in GetHashCode() 990 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Any> anyField_ = new pb… 992 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Any> AnyField { 1000 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Api> apiField_ = new pb… 1002 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Api> ApiField { 1010 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Duration> durationField… [all …]
|
D | UnittestProto3.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 601 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); 606 public pbc::RepeatedField<int> RepeatedInt32 { 614 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); 616 public pbc::RepeatedField<long> RepeatedInt64 { 624 private readonly pbc::RepeatedField<uint> repeatedUint32_ = new pbc::RepeatedField<uint>(); 626 public pbc::RepeatedField<uint> RepeatedUint32 { 634 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); 636 public pbc::RepeatedField<ulong> RepeatedUint64 { 644 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); [all …]
|
D | UnittestIssues.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 459 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new… 461 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> Values { 469 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> packedValues_… 471 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> PackedValues { 735 private readonly pbc::RepeatedField<int> primitiveArray_ = new pbc::RepeatedField<int>(); 738 public pbc::RepeatedField<int> PrimitiveArray { 758 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedChild> messageArr… 761 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedChild> MessageArray { 781 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedEnum> enumArray_ … [all …]
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Stats.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 210 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(TimeElapsed, other.TimeEl… in Equals() 211 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(TimeUser, other.TimeUser)… in Equals() 212 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(TimeSystem, other.TimeSys… in Equals() 223 …if (TimeElapsed != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHas… in GetHashCode() 224 …if (TimeUser != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCo… in GetHashCode() 225 …if (TimeSystem != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHash… in GetHashCode() 462 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Resolution, other.Resolut… in Equals() 463 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(MaxPossible, other.MaxPos… in Equals() 470 …if (Resolution != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHash… in GetHashCode() [all …]
|
D | Control.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 231 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OfferedLoad, other.Offere… in Equals() 238 …if (OfferedLoad != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHas… in GetHashCode() 1069 private readonly pbc::RepeatedField<string> serverTargets_ = new pbc::RepeatedField<string>(); 1074 public pbc::RepeatedField<string> ServerTargets { 1195 private readonly pbc::RepeatedField<int> coreList_ = new pbc::RepeatedField<int>(); 1200 public pbc::RepeatedField<int> CoreList { 1233 …private readonly pbc::RepeatedField<global::Grpc.Testing.ChannelArg> channelArgs_ = new pbc::Repea… 1235 public pbc::RepeatedField<global::Grpc.Testing.ChannelArg> ChannelArgs { 2228 private readonly pbc::RepeatedField<int> coreList_ = new pbc::RepeatedField<int>(); [all …]
|
D | EmptyService.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef
|
D | WorkerService.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef
|
D | BenchmarkService.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef
|
D | ReportQpsScenarioService.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef
|
D | Test.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef
|
D | Metrics.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 176 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(DoubleValue, other.Double… in Equals() 187 …if (valueCase_ == ValueOneofCase.DoubleValue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDouble… in GetHashCode()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 123 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) in wps_free_pbc_sessions() argument 127 while (pbc) { in wps_free_pbc_sessions() 128 prev = pbc; in wps_free_pbc_sessions() 129 pbc = pbc->next; in wps_free_pbc_sessions() 145 int pbc; member 349 struct wps_pbc_session *pbc, *prev = NULL; in wps_registrar_add_pbc_session() local 354 pbc = reg->pbc_sessions; in wps_registrar_add_pbc_session() 355 while (pbc) { in wps_registrar_add_pbc_session() 356 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 && in wps_registrar_add_pbc_session() 357 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session() [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 234 …private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> file_ … 236 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> File { 421 private readonly pbc::RepeatedField<string> dependency_ = new pbc::RepeatedField<string>(); 426 public pbc::RepeatedField<string> Dependency { 434 private readonly pbc::RepeatedField<int> publicDependency_ = new pbc::RepeatedField<int>(); 439 public pbc::RepeatedField<int> PublicDependency { 447 private readonly pbc::RepeatedField<int> weakDependency_ = new pbc::RepeatedField<int>(); 453 public pbc::RepeatedField<int> WeakDependency { 461 …private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> messageTyp… [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Struct.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 116 …private static readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec … 117 …= new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.For… 118 …private readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> fields_ = new… 123 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields { 387 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(NumberValue, other.Number… in Equals() 400 …if (kindCase_ == KindOneofCase.NumberValue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEq… in GetHashCode() 602 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pb… 607 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> Values {
|
D | Type.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 154 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> fields_ = new pb… 159 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> Fields { 167 private readonly pbc::RepeatedField<string> oneofs_ = new pbc::RepeatedField<string>(); 172 public pbc::RepeatedField<string> Oneofs { 180 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 185 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options { 516 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 521 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options { 944 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue> enumvalue_ =… [all …]
|
D | FieldMask.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 281 private readonly pbc::RepeatedField<string> paths_ = new pbc::RepeatedField<string>(); 286 public pbc::RepeatedField<string> Paths {
|
D | Api.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 126 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> methods_ = new … 131 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> Methods { 139 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 144 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options { 199 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> mixins_ = new pb… 204 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> Mixins { 504 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 509 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options {
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wps-ap-cli | 5 pbc() function 60 pbc
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/ |
D | Stats.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 116 …if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Start, other.Start)) retu… in Equals() 124 …if (Start != 0D) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(… in GetHashCode() 241 …private readonly pbc::RepeatedField<global::Grpc.Core.Bucket> buckets_ = new pbc::RepeatedField<gl… 243 public pbc::RepeatedField<global::Grpc.Core.Bucket> Buckets { 586 …private readonly pbc::RepeatedField<global::Grpc.Core.Metric> metrics_ = new pbc::RepeatedField<gl… 588 public pbc::RepeatedField<global::Grpc.Core.Metric> Metrics {
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | Benchmarks.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 116 …private readonly pbc::RepeatedField<pb::ByteString> payload_ = new pbc::RepeatedField<pb::ByteStri… 133 public pbc::RepeatedField<pb::ByteString> Payload {
|
/external/protobuf/csharp/src/AddressBook/ |
D | Addressbook.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 130 …private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.Phon… 132 …public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> P… 505 …private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> people_ =… 507 public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> People {
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | Reflection.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef 991 …private readonly pbc::RepeatedField<pb::ByteString> fileDescriptorProto_ = new pbc::RepeatedField<… 998 public pbc::RepeatedField<pb::ByteString> FileDescriptorProto { 1137 private readonly pbc::RepeatedField<int> extensionNumber_ = new pbc::RepeatedField<int>(); 1139 public pbc::RepeatedField<int> ExtensionNumber { 1278 …private readonly pbc::RepeatedField<global::Grpc.Reflection.V1Alpha.ServiceResponse> service_ = ne… 1284 public pbc::RepeatedField<global::Grpc.Reflection.V1Alpha.ServiceResponse> Service {
|
/external/kernel-headers/original/uapi/rdma/hfi/ |
D | hfi1_user.h | 241 __le16 pbc[4]; member
|