OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_enum
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
sparc-vaarg.c
31
// CHECK-LABEL: define void @
get_enum
33
void
get_enum
(va_list *args) {
function
/system/keymaster/km_openssl/
attestation_record.cpp
523
static bool
get_enum
(const ASN1_INTEGER* asn1_int, TypedEnumTag<Type, Tag, KeymasterEnum> tag,
function in namespace:keymaster
552
if (!
get_enum
(record->algorithm, TAG_ALGORITHM, auth_list))
580
if (!
get_enum
(record->ec_curve, TAG_EC_CURVE, auth_list))
605
if (!
get_enum
(record->user_auth_type, TAG_USER_AUTH_TYPE, auth_list))
628
if (!
get_enum
(record->origin, TAG_ORIGIN, auth_list))
/external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h
44
EnumWithTraitsImpl
get_enum
() const { return enum_; }
function in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
Completed in 619 milliseconds