Searched refs:HashMapGet (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec/Semproc/src/ |
D | SymbolTable.c | 92 rc = HashMapGet(self->hashmap, key, (void**) & buf); in ST_putKeyValue() 135 HashMapGet(self->hashmap, pkey, (void **)&pvalue); in ST_Copy() 161 rc = HashMapGet(self->hashmap, key, (void**)value); in ST_getKeyValue()
|
D | ExpressionParser.c | 458 CHK(rc, HashMapGet(self->pfunctions, name, (void**) &callback)); in EP_LookUpFunction()
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 128 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetPropertyImpl() 149 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetIntImpl() 169 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetUint16_tImpl() 190 CHKLOG(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetSize_tImpl() 210 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetFloatImpl() 230 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetBoolImpl() 255 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetLCHARImpl() 541 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeRemovePropertyImpl() 1053 CHK(rc, HashMapGet(data->value, name, (void **)&pair)); in ESR_SessionTypeGetPropertyTypeImpl() 1081 rc = HashMapGet(data, key, (void **)&type); in addParMapping()
|
D | HashMap.c | 81 ESR_ReturnCode HashMapGet(HashMap* self, const LCHAR* key, void** value) in HashMapGet() function
|
/external/srec/shared/include/ |
D | HashMap.h | 249 ESR_SHARED_API ESR_ReturnCode HashMapGet(HashMap* self, const LCHAR* key, void** value);
|
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 485 rc = HashMapGet(impl->parameters, key, (void **)&temp); in SR_AcousticModels_SetParameter() 521 rc = HashMapGet(impl->parameters, key, (void **)&temp); in SR_AcousticModels_GetParameter()
|