Home
last modified time | relevance | path

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

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