Searched refs:setFloatIfEmpty (Results 1 – 4 of 4) sorted by relevance
237 ESR_ReturnCode(*setFloatIfEmpty)(struct ESR_SessionType_t* self, const LCHAR* name, float value); member
198 ESR_ReturnCode(*setFloatIfEmpty)(const LCHAR* name, float value); member
169 return ESR_Session->setFloatIfEmpty(ESR_Session, name, value); in ESR_SessionSetFloatIfEmpty()
89 Interface->setFloatIfEmpty = &ESR_SessionTypeSetFloatIfEmptyImpl; in ESR_SessionTypeCreate()