Home
last modified time | relevance | path

Searched refs:UArray_error_ (Results 1 – 4 of 4) sorted by relevance

/dports/lang/io-devel/io-9bfac31d/libs/basekit/source/
H A DUArray.c122 void UArray_error_(const UArray *self, char *e) in UArray_error_() function
600 UArray_error_(self, "UArray_rawPointerAt_ not supported on this type"); in UArray_rawPointerAt_()
607 UArray_error_(self, "UArray_rawLongAt_ not supported on this type"); in UArray_rawLongAt_()
614 UArray_error_(self, "UArray_doubleAt_ not supported on this type"); in UArray_rawDoubleAt_()
808 UArray_error_(self, "UArray_at_putPointer_ not supported with this type"); in UArray_at_putPointer_()
850 UArray_error_(self, "UArray_insert_every_: itemCount must be > 0"); in UArray_insert_every_()
H A DUArray.h105 BASEKIT_API void UArray_error_(const UArray *self, char *e);
274 default: UArray_error_(self, "unsupported array op"); \
302 default: UArray_error_(self, "unsupported array op"); \
H A DUArray_string.c519 UArray_error_(self, "UArray_translate unimplemented for this type"); in UArray_translate()
H A DUArray_math.c89 UArray_error_(self, "UArray_negate not supported on this type"); in UArray_negate()