Home
last modified time | relevance | path

Searched refs:convertToInt (Results 1 – 4 of 4) sorted by relevance

/external/srec/shared/include/
DESR_SessionType.h325 ESR_ReturnCode(*convertToInt)(struct ESR_SessionType_t* self, const LCHAR* key); member
DESR_Session.h269 ESR_ReturnCode(*convertToInt)(const LCHAR* key); member
/external/srec/shared/src/
DESR_Session.c217 return ESR_Session->convertToInt(ESR_Session, key); in ESR_SessionConvertToInt()
DSessionTypeImpl.c68 Interface->convertToInt = &ESR_SessionTypeConvertToIntImpl; in ESR_SessionTypeCreate()