Home
last modified time | relevance | path

Searched refs:getKeyAtIndex (Results 1 – 9 of 9) sorted by relevance

/external/srec/shared/src/
DHashMap.c92 return self->getKeyAtIndex(self, index, key); in HashMapGetKeyAtIndex()
DESR_Session.c211 return ESR_Session->getKeyAtIndex(ESR_Session, index, key); in ESR_SessionGetKeyAtIndex()
DHashMapImpl.c54 impl->Interface.getKeyAtIndex = &HashMap_GetKeyAtIndex; in HashMapCreate_Internal()
DSessionTypeImpl.c76 Interface->getKeyAtIndex = &ESR_SessionTypeGetKeyAtIndexImpl; in ESR_SessionTypeCreate()
/external/srec/shared/include/
DHashMap.h135 ESR_ReturnCode(*getKeyAtIndex)(struct HashMap_t* self, const size_t index, LCHAR** key); member
DESR_SessionType.h316 ESR_ReturnCode(*getKeyAtIndex)(struct ESR_SessionType_t* self, size_t index, LCHAR** key); member
DESR_Session.h263 ESR_ReturnCode(*getKeyAtIndex)(size_t index, LCHAR** key); member
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c720 CHKLOG(rc, hashmap->getKeyAtIndex(hashmap, j, &p)); in SR_SemanticProcessor_CheckParseByWordID()
1028 CHKLOG(rc, hashmap->getKeyAtIndex(hashmap, j, &p)); in SR_SemanticProcessor_CheckParse()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c2167 CHKLOG(rc, impl->grammars->getKeyAtIndex(impl->grammars, grammarIndex_for_iBest, &pkey)); in SR_RecognizerCreateResultImpl()