OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBoolIfEmpty
(Results
1 - 4
of
4
) sorted by null
/external/srec/shared/include/
ESR_SessionType.h
249
ESR_ReturnCode(*
setBoolIfEmpty
)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL value);
ESR_Session.h
208
ESR_ReturnCode(*
setBoolIfEmpty
)(const LCHAR* name, ESR_BOOL value);
/external/srec/shared/src/
ESR_Session.c
175
return ESR_Session->
setBoolIfEmpty
(ESR_Session, name, value);
SessionTypeImpl.c
87
Interface->
setBoolIfEmpty
= &ESR_SessionTypeSetBoolIfEmptyImpl;
[
all
...]
Completed in 37 milliseconds