Home
last modified time | relevance | path

Searched refs:get_unsafe (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-object-private.hh59 inline int get_unsafe (void) const { return ref_count.get_unsafe (); } in get_unsafe() function
64 …inline bool is_inert (void) const { return ref_count.get_unsafe () == HB_REFERENCE_COUNT_INERT_VAL… in is_inert()
65 inline bool is_valid (void) const { return ref_count.get_unsafe () > 0; } in is_valid()
123 obj ? obj->header.ref_count.get_unsafe () : 0); in hb_object_trace()
Dhb-atomic-private.hh179 inline int get_unsafe (void) const { return v; } in get_unsafe() function