OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSize_t
(Results
1 - 5
of
5
) sorted by null
/external/srec/shared/include/
ESR_SessionType.h
89
ESR_ReturnCode(*
getSize_t
)(struct ESR_SessionType_t* self, const LCHAR* name, size_t* value);
ESR_Session.h
78
ESR_ReturnCode(*
getSize_t
)(const LCHAR* name, size_t* value);
/external/srec/shared/src/
ESR_Session.c
79
return ESR_Session->
getSize_t
(ESR_Session, name, value);
SessionTypeImpl.c
81
Interface->
getSize_t
= &ESR_SessionTypeGetSize_tImpl;
[
all
...]
/external/srec/srec/Grammar/src/
SR_GrammarImpl.c
497
rc = impl->parameters->
getSize_t
(impl->parameters, key, &temp);
537
rc = impl->parameters->
getSize_t
(impl->parameters, key, value);
Completed in 8636 milliseconds