Home
last modified time | relevance | path

Searched refs:HashMapGetSize (Results 1 – 6 of 6) sorted by relevance

/external/srec/shared/src/
DHashMap.c74 ESR_ReturnCode HashMapGetSize(HashMap* self, size_t* size) in HashMapGetSize() function
DSessionTypeImpl.c674 CHK(rc, HashMapGetSize(data->value, size)); in ESR_SessionTypeGetSizeImpl()
1384 CHKLOG(rc, HashMapGetSize(data->value, &hashSize)); in ESR_SessionTypeDestroyImpl()
/external/srec/shared/include/
DHashMap.h238 ESR_SHARED_API ESR_ReturnCode HashMapGetSize(HashMap* self, size_t* size);
/external/srec/srec/Semproc/src/
DSemanticResultImpl.c80 CHKLOG(rc, HashMapGetSize(impl->results, &size)); in SR_SemanticResult_GetKeyList()
DSymbolTable.c131 HashMapGetSize(self->hashmap, &size); in ST_Copy()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c952 CHKLOG(rc, HashMapGetSize(impl->grammars, &grammarSize)); in beginRecognizing()
1538 CHKLOG(rc, HashMapGetSize(recogImpl->grammars, &size)); in SR_RecognizerHasSetupRulesImpl()