Searched refs:getKeyAtIndex (Results 1 – 9 of 9) sorted by relevance
/external/srec/shared/src/ |
D | HashMap.c | 92 return self->getKeyAtIndex(self, index, key); in HashMapGetKeyAtIndex()
|
D | ESR_Session.c | 211 return ESR_Session->getKeyAtIndex(ESR_Session, index, key); in ESR_SessionGetKeyAtIndex()
|
D | HashMapImpl.c | 54 impl->Interface.getKeyAtIndex = &HashMap_GetKeyAtIndex; in HashMapCreate_Internal()
|
D | SessionTypeImpl.c | 76 Interface->getKeyAtIndex = &ESR_SessionTypeGetKeyAtIndexImpl; in ESR_SessionTypeCreate()
|
/external/srec/shared/include/ |
D | HashMap.h | 135 ESR_ReturnCode(*getKeyAtIndex)(struct HashMap_t* self, const size_t index, LCHAR** key); member
|
D | ESR_SessionType.h | 316 ESR_ReturnCode(*getKeyAtIndex)(struct ESR_SessionType_t* self, size_t index, LCHAR** key); member
|
D | ESR_Session.h | 263 ESR_ReturnCode(*getKeyAtIndex)(size_t index, LCHAR** key); member
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 720 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/ |
D | RecognizerImpl.c | 2167 CHKLOG(rc, impl->grammars->getKeyAtIndex(impl->grammars, grammarIndex_for_iBest, &pkey)); in SR_RecognizerCreateResultImpl()
|