Home | History | Annotate | Download | only in src

Lines Matching refs:Interface

47   impl->Interface.put = &HashMap_Put;
48 impl->Interface.remove = &HashMap_Remove;
49 impl->Interface.removeAndFree = &HashMap_RemoveAndFree;
50 impl->Interface.removeAll = &HashMap_RemoveAll;
51 impl->Interface.removeAndFreeAll = &HashMap_RemoveAndFreeAll;
52 impl->Interface.removeAtIndex = &HashMap_RemoveAtIndex;
53 impl->Interface.containsKey = &HashMap_ContainsKey;
54 impl->Interface.getKeyAtIndex = &HashMap_GetKeyAtIndex;
55 impl->Interface.get = &HashMap_Get;
56 impl->Interface.getValueAtIndex = &HashMap_GetValueAtIndex;
57 impl->Interface.getSize = &HashMap_GetSize;
58 impl->Interface.destroy = &HashMap_Destroy;