OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFloatIfEmpty
(Results
1 - 4
of
4
) sorted by null
/external/srec/shared/include/
ESR_SessionType.h
237
ESR_ReturnCode(*
setFloatIfEmpty
)(struct ESR_SessionType_t* self, const LCHAR* name, float value);
ESR_Session.h
198
ESR_ReturnCode(*
setFloatIfEmpty
)(const LCHAR* name, float value);
/external/srec/shared/src/
ESR_Session.c
169
return ESR_Session->
setFloatIfEmpty
(ESR_Session, name, value);
SessionTypeImpl.c
89
Interface->
setFloatIfEmpty
= &ESR_SessionTypeSetFloatIfEmptyImpl;
[
all
...]
Completed in 686 milliseconds