HomeSort by relevance Sort by last modified time
    Searched refs:get_unsafe (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-object-private.hh 53 inline int get_unsafe (void) const { return ref_count.get_unsafe (); } function in struct:hb_reference_count_t
58 inline bool is_inert (void) const { return ref_count.get_unsafe () == HB_REFERENCE_COUNT_INERT_VALUE; }
59 inline bool is_valid (void) const { return ref_count.get_unsafe () > 0; }
117 obj ? obj->header.ref_count.get_unsafe () : 0);
hb-atomic-private.hh 179 inline int get_unsafe (void) const { return v; } function in struct:hb_atomic_int_t

Completed in 68 milliseconds