Searched refs:LogotypeImageResolution (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3709.py | 84 class LogotypeImageResolution(univ.Choice): class 87 LogotypeImageResolution.componentType = namedtype.NamedTypes( 107 namedtype.OptionalNamedType('resolution', LogotypeImageResolution()),
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | http_curl.c | 310 } LogotypeImageResolution; typedef 317 LogotypeImageResolution *resolution; 380 ASN1_CHOICE(LogotypeImageResolution) = { 381 ASN1_IMP(LogotypeImageResolution, d.numBits, ASN1_INTEGER, 1), 382 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2) 383 } ASN1_CHOICE_END(LogotypeImageResolution); 390 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution),
|