OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayList_Remove
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
ArrayListImpl.h
78
PORTABLE_API ESR_ReturnCode
ArrayList_Remove
(ArrayList* self, const void* element);
/external/srec/portable/src/
ArrayListImpl.c
47
impl->Interface.remove = &
ArrayList_Remove
;
137
ESR_ReturnCode
ArrayList_Remove
(ArrayList* self, const void* element)
Completed in 773 milliseconds