Searched refs:removeAtIndex (Results 1 – 8 of 8) sorted by relevance
/external/srec/portable/include/ |
D | ArrayList.h | 83 ESR_ReturnCode(*removeAtIndex)(struct ArrayList_t* self, size_t index); member
|
/external/srec/portable/src/ |
D | ArrayList.c | 64 return self->removeAtIndex(self, index); in ArrayListRemoveAtIndex()
|
D | ArrayListImpl.c | 48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex; in ArrayListCreateWithCapacity()
|
/external/srec/shared/src/ |
D | HashMap.c | 50 return self->removeAtIndex(self, index); in HashMapRemoveAtIndex()
|
D | HashMapImpl.c | 52 impl->Interface.removeAtIndex = &HashMap_RemoveAtIndex; in HashMapCreate_Internal()
|
/external/srec/shared/include/ |
D | HashMap.h | 79 ESR_ReturnCode(*removeAtIndex)(struct HashMap_t* self, const size_t index); member
|
/external/srec/srec/Nametag/src/ |
D | NametagsImpl.c | 117 CHKLOG(rc, nametags->removeAtIndex(nametags, 0)); in SR_NametagsLoadImpl() 392 CHKLOG(rc, list->removeAtIndex(list, 0)); in SR_NametagsDestroyImpl()
|
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 448 CHKLOG(rc, impl->acoustic->removeAtIndex(impl->acoustic, 0)); in SR_AcousticModels_Destroy()
|