Home
last modified time | relevance | path

Searched refs:HashMapCreate (Results 1 – 8 of 8) sorted by relevance

/external/srec/shared/include/
DHashMap.h161 ESR_SHARED_API ESR_ReturnCode HashMapCreate(HashMap** self);
/external/srec/srec/Semproc/src/
DSemanticResultImpl.c52 rc = HashMapCreate(&impl->results); in SR_SemanticResultCreate()
DSymbolTable.c43 CHKLOG(rc, HashMapCreate(&(*ptr)->hashmap)); in ST_Init()
DExpressionParser.c62 CHKLOG(rc, HashMapCreate(&Interface->pfunctions)); in EP_Init()
/external/srec/shared/src/
DHashMapImpl.c64 ESR_ReturnCode HashMapCreate(HashMap** self) in HashMapCreate() function
DSessionTypeImpl.c105 CHK(rc, HashMapCreate(&data->value)); in ESR_SessionTypeCreate()
1169 CHKLOG(rc, HashMapCreate(&parameterList)); in ESR_SessionTypeImportParFileImpl()
/external/srec/srec/Nametag/src/
DNametagsImpl.c59 CHKLOG(rc, HashMapCreate(&impl->value)); in SR_NametagsCreate()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c752 CHKLOG(rc, HashMapCreate(&impl->grammars)); in SR_RecognizerCreate()