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