Home
last modified time | relevance | path

Searched refs:pbc (Results 1 – 25 of 33) sorted by relevance

12

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs7 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 …]
DUnittestWellKnownTypes.cs7 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 …]
DUnittestProto3.cs7 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 …]
DUnittestIssues.cs7 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 …]
DUnittestImportPublicProto3.cs7 using pbc = global::Google.Protobuf.Collections; typedef
DUnittestImportProto3.cs7 using pbc = global::Google.Protobuf.Collections; typedef
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs7 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/wpa_supplicant_8/src/wps/
Dwps_registrar.c122 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
317 struct wps_pbc_session *pbc, *prev = NULL; in wps_registrar_add_pbc_session() local
322 pbc = reg->pbc_sessions; in wps_registrar_add_pbc_session()
323 while (pbc) { in wps_registrar_add_pbc_session()
324 if (os_memcmp(pbc->addr, addr, ETH_ALEN) == 0 && in wps_registrar_add_pbc_session()
325 os_memcmp(pbc->uuid_e, uuid_e, WPS_UUID_LEN) == 0) { in wps_registrar_add_pbc_session()
[all …]
Dwps.c92 data->pbc = cfg->pbc; in wps_init()
93 if (cfg->pbc) { in wps_init()
Dwps_i.h73 int pbc; member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7 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/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs7 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 …]
DApi.cs7 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 {
DFieldMask.cs7 using pbc = global::Google.Protobuf.Collections; typedef
221 private readonly pbc::RepeatedField<string> paths_ = new pbc::RepeatedField<string>();
225 public pbc::RepeatedField<string> Paths {
DStruct.cs7 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 {
DEmpty.cs7 using pbc = global::Google.Protobuf.Collections; typedef
DSourceContext.cs7 using pbc = global::Google.Protobuf.Collections; typedef
DDuration.cs7 using pbc = global::Google.Protobuf.Collections; typedef
DTimestamp.cs7 using pbc = global::Google.Protobuf.Collections; typedef
DAny.cs7 using pbc = global::Google.Protobuf.Collections; typedef
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs7 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/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-ap-cli5 pbc() function
60 pbc
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_user.h412 __le16 pbc[4]; member
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c208 cfg.pbc = 1; in eap_wsc_init()
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) { in eap_wsc_init()
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c315 int pbc = 0, ret; in wpa_bss_is_wps_candidate() local
322 pbc = 1; in wpa_bss_is_wps_candidate()
336 if (pbc) in wpa_bss_is_wps_candidate()

12