OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_unsafe
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-object-private.hh
58
inline void init (int v) { ref_count.
set_unsafe
(v); }
62
inline void finish (void) { ref_count.
set_unsafe
(HB_REFERENCE_COUNT_POISON_VALUE); }
hb-atomic-private.hh
178
inline void
set_unsafe
(int v_) { v = v_; }
function in struct:hb_atomic_int_t
Completed in 203 milliseconds