Searched refs:removeAtIndex (Results 1 - 8 of 8) sorted by relevance

/external/srec/portable/include/
H A DArrayList.h83 ESR_ReturnCode(*removeAtIndex)(struct ArrayList_t* self, size_t index); member in struct:ArrayList_t
/external/srec/portable/src/
H A DArrayList.c64 return self->removeAtIndex(self, index);
H A DArrayListImpl.c48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex;
/external/srec/shared/src/
H A DHashMap.c50 return self->removeAtIndex(self, index);
H A DHashMapImpl.c52 impl->Interface.removeAtIndex = &HashMap_RemoveAtIndex;
/external/srec/shared/include/
H A DHashMap.h79 ESR_ReturnCode(*removeAtIndex)(struct HashMap_t* self, const size_t index); member in struct:HashMap_t
/external/srec/srec/Nametag/src/
H A DNametagsImpl.c117 CHKLOG(rc, nametags->removeAtIndex(nametags, 0));
392 CHKLOG(rc, list->removeAtIndex(list, 0));
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c448 CHKLOG(rc, impl->acoustic->removeAtIndex(impl->acoustic, 0));

Completed in 2154 milliseconds