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 59 inline int get_unsafe (void) const { return ref_count.get_unsafe (); } function in struct:hb_reference_count_t
64 inline bool is_inert (void) const { return ref_count.get_unsafe () == HB_REFERENCE_COUNT_INERT_VALUE; }
65 inline bool is_valid (void) const { return ref_count.get_unsafe () > 0; }
123 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 54 milliseconds