| 5797 | return(retVal); |
| 5798 | } |
| 5799 | ILibSparseArray ILibSparseArray_CreateEx(ILibSparseArray source) |
| 5800 | { |
| 5801 | return(ILibSparseArray_Create(((ILibSparseArray_Root*)source)->bucketSize, ((ILibSparseArray_Root*)source)->bucketizer)); |
| 5802 | } |
| 5803 | |
| 5804 | |
| 5805 | int ILibSparseArray_Comparer(void *obj1, void *obj2) |
no test coverage detected