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

  /external/srec/portable/include/
ArrayList.h 83 ESR_ReturnCode(*removeAtIndex)(struct ArrayList_t* self, size_t index);
  /external/srec/portable/src/
ArrayList.c 64 return self->removeAtIndex(self, index);
ArrayListImpl.c 48 impl->Interface.removeAtIndex = &ArrayList_RemoveAtIndex;
  /external/srec/shared/src/
HashMap.c 50 return self->removeAtIndex(self, index);
HashMapImpl.c 52 impl->Interface.removeAtIndex = &HashMap_RemoveAtIndex;
  /external/srec/shared/include/
HashMap.h 79 ESR_ReturnCode(*removeAtIndex)(struct HashMap_t* self, const size_t index);
  /external/srec/srec/Nametag/src/
NametagsImpl.c 117 CHKLOG(rc, nametags->removeAtIndex(nametags, 0));
392 CHKLOG(rc, list->removeAtIndex(list, 0));
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 448 CHKLOG(rc, impl->acoustic->removeAtIndex(impl->acoustic, 0));

Completed in 670 milliseconds