/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 223 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec 224 … = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForInt32(16), 10); 225 private readonly pbc::MapField<int, int> mapInt32Int32_ = new pbc::MapField<int, int>(); 226 public pbc::MapField<int, int> MapInt32Int32 { 232 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec 233 …= new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8), pb::FieldCodec.ForInt64(16), 18); 234 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>(); 235 public pbc::MapField<long, long> MapInt64Int64 { 241 private static readonly pbc::MapField<uint, uint>.Codec _map_mapUint32Uint32_codec [all …]
|
D | UnittestWellKnownTypes.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 929 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Any> anyField_ = new pb… 930 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Any> AnyField { 938 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Api> apiField_ = new pb… 939 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Api> ApiField { 947 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Duration> durationField… 948 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Duration> DurationField { 956 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Empty> emptyField_ = ne… 957 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Empty> EmptyField { 965 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.FieldMask> fieldMaskFie… [all …]
|
D | UnittestProto3.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 553 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); 557 public pbc::RepeatedField<int> RepeatedInt32 { 565 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); 566 public pbc::RepeatedField<long> RepeatedInt64 { 574 private readonly pbc::RepeatedField<uint> repeatedUint32_ = new pbc::RepeatedField<uint>(); 575 public pbc::RepeatedField<uint> RepeatedUint32 { 583 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); 584 public pbc::RepeatedField<ulong> RepeatedUint64 { 592 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); [all …]
|
D | UnittestIssues.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 371 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> values_ = new… 372 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> Values { 380 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> packedValues_… 381 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.NegativeEnum> PackedValues { 594 private readonly pbc::RepeatedField<int> primitiveArray_ = new pbc::RepeatedField<int>(); 596 public pbc::RepeatedField<int> PrimitiveArray { 615 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedChild> messageArr… 617 public pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedChild> MessageArray { 636 …private readonly pbc::RepeatedField<global::UnitTest.Issues.TestProtos.DeprecatedEnum> enumArray_ … [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 1099 private readonly pbc::RepeatedField<int> repeatedInt32_ = new pbc::RepeatedField<int>(); 1103 public pbc::RepeatedField<int> RepeatedInt32 { 1111 private readonly pbc::RepeatedField<long> repeatedInt64_ = new pbc::RepeatedField<long>(); 1112 public pbc::RepeatedField<long> RepeatedInt64 { 1120 private readonly pbc::RepeatedField<uint> repeatedUint32_ = new pbc::RepeatedField<uint>(); 1121 public pbc::RepeatedField<uint> RepeatedUint32 { 1129 private readonly pbc::RepeatedField<ulong> repeatedUint64_ = new pbc::RepeatedField<ulong>(); 1130 public pbc::RepeatedField<ulong> RepeatedUint64 { 1138 private readonly pbc::RepeatedField<int> repeatedSint32_ = new pbc::RepeatedField<int>(); [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 | BenchmarkService.cs | 9 using pbc = global::Google.Protobuf.Collections; typedef
|
D | WorkerService.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/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 205 …private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> file_ … 206 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FileDescriptorProto> File { 340 private readonly pbc::RepeatedField<string> dependency_ = new pbc::RepeatedField<string>(); 344 public pbc::RepeatedField<string> Dependency { 352 private readonly pbc::RepeatedField<int> publicDependency_ = new pbc::RepeatedField<int>(); 356 public pbc::RepeatedField<int> PublicDependency { 364 private readonly pbc::RepeatedField<int> weakDependency_ = new pbc::RepeatedField<int>(); 369 public pbc::RepeatedField<int> WeakDependency { 377 …private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> messageTyp… [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_registrar.c | 122 static void wps_free_pbc_sessions(struct wps_pbc_session *pbc) in wps_free_pbc_sessions() argument 126 while (pbc) { in wps_free_pbc_sessions() 127 prev = pbc; in wps_free_pbc_sessions() 128 pbc = pbc->next; in wps_free_pbc_sessions() 144 int pbc; member 348 struct wps_pbc_session *pbc, *prev = NULL; in wps_registrar_add_pbc_session() local 353 pbc = reg->pbc_sessions; in wps_registrar_add_pbc_session() 354 while (pbc) { in wps_registrar_add_pbc_session() 355 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 && in wps_registrar_add_pbc_session() 356 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session() [all …]
|
D | wps.c | 89 data->pbc = cfg->pbc; in wps_init() 90 if (cfg->pbc) { in wps_init()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 144 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> fields_ = new pb… 148 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Field> Fields { 156 private readonly pbc::RepeatedField<string> oneofs_ = new pbc::RepeatedField<string>(); 160 public pbc::RepeatedField<string> Oneofs { 168 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 172 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options { 469 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 473 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options { 868 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue> enumvalue_ =… [all …]
|
D | Api.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 108 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> methods_ = new … 112 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Method> Methods { 120 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 124 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options { 178 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> mixins_ = new pb… 182 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> Mixins { 451 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> options_ = new … 455 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Option> Options {
|
D | FieldMask.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 221 private readonly pbc::RepeatedField<string> paths_ = new pbc::RepeatedField<string>(); 225 public pbc::RepeatedField<string> Paths {
|
D | Struct.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 108 …private static readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec … 109 …= new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.For… 110 …private readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> fields_ = new… 114 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields { 529 …private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> values_ = new pb… 533 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Value> Values {
|
/external/protobuf/csharp/src/AddressBook/ |
D | Addressbook.cs | 7 using pbc = global::Google.Protobuf.Collections; typedef 116 …private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.Phon… 117 …public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> P… 405 …private readonly pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> people_ =… 406 public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person> People {
|
/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/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wps-ap-cli | 5 pbc() function 60 pbc
|
/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 | 240 __le16 pbc[4]; member
|