Lines Matching full:like
94 * treating NULL like ""), while the dealloc visitor safely handles
185 * like:
555 * Like visit_type_int(), except clamps the value to uint8_t range.
562 * Like visit_type_int(), except clamps the value to uint16_t range.
569 * Like visit_type_int(), except clamps the value to uint32_t range.
576 * Like visit_type_int(), except clamps the value to uint64_t range,
584 * Like visit_type_int(), except clamps the value to int8_t range.
590 * Like visit_type_int(), except clamps the value to int16_t range.
597 * Like visit_type_int(), except clamps the value to int32_t range.
611 * Like visit_type_uint64(), except that some visitors may choose to
642 * Other visitors leave *@obj unchanged, and commonly treat NULL like