OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntArrayList_ToStaticArray
(Results
1 - 2
of
2
) sorted by null
/external/srec/shared/include/
IntArrayListImpl.h
91
ESR_SHARED_API ESR_ReturnCode
IntArrayList_ToStaticArray
(IntArrayList* self, int** newArray);
/external/srec/shared/src/
IntArrayListImpl.c
46
impl->Interface.toStaticArray = &
IntArrayList_ToStaticArray
;
175
ESR_ReturnCode
IntArrayList_ToStaticArray
(IntArrayList* self, int** newArray)
Completed in 51 milliseconds