Home
last modified time | relevance | path

Searched refs:has_optional (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_local.h33 unsigned int has_optional : 1; member
H A Dproperty_query.c64 return query->has_optional ? 1 : 0; in ossl_property_has_optional()
/third_party/openssl/crypto/property/
H A Dproperty_local.h33 unsigned int has_optional : 1; member
H A Dproperty_query.c64 return query->has_optional ? 1 : 0; in ossl_property_has_optional()
/third_party/python/Tools/clinic/
H A Dclinic.py897 has_optional = False
934 if has_optional or p.is_optional():
935 has_optional = True
944 if has_optional:

Completed in 8 milliseconds