HomeSort by relevance Sort by last modified time
    Searched refs:toStaticArray (Results 1 - 8 of 8) sorted by null

  /external/srec/shared/include/
IntArrayList.h 108 ESR_ReturnCode(*toStaticArray)(struct IntArrayList_t* self, int** newArray);
Int8ArrayList.h 116 ESR_ReturnCode(*toStaticArray)(struct Int8ArrayList_t* self, asr_int8_t** newArray);
  /external/srec/shared/src/
IntArrayList.c 77 return self->toStaticArray(self, newArray);
Int8ArrayList.c 103 return self->toStaticArray(self, newArray);
IntArrayListImpl.c 46 impl->Interface.toStaticArray = &IntArrayList_ToStaticArray;
Int8ArrayListImpl.c 46 impl->Interface.toStaticArray = &Int8ArrayList_ToStaticArray;
  /external/srec/portable/include/
ArrayList.h 141 ESR_ReturnCode(*toStaticArray)(struct ArrayList_t* self, void** newArray);
  /external/srec/portable/src/
ArrayListImpl.c 51 impl->Interface.toStaticArray = NULL; /* Not implemented */

Completed in 747 milliseconds