Searched refs:is_sane_Cursor (Results 1 – 1 of 1) sorted by relevance
179 static inline Bool is_sane_Cursor ( const Cursor* c ) { in is_sane_Cursor() function204 vg_assert(is_sane_Cursor(c)); in init_Cursor()208 vg_assert(is_sane_Cursor(c)); in is_at_end_Cursor()213 vg_assert(is_sane_Cursor(c)); in get_position_of_Cursor()218 vg_assert(is_sane_Cursor(c)); in set_position_of_Cursor()222 vg_assert(is_sane_Cursor(c)); in advance_position_of_Cursor()226 vg_assert(is_sane_Cursor(c)); in get_remaining_length_Cursor()243 vg_assert(is_sane_Cursor(c)); in get_UChar()255 vg_assert(is_sane_Cursor(c)); in get_UShort()267 vg_assert(is_sane_Cursor(c)); in get_UInt()[all …]