Searched refs:HB_FUNC (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 234 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 350 #define return_trace(RET) return trace.ret (RET, HB_FUNC, __LINE__) 403 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 416 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 428 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \ 440 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 457 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
|
D | hb-object.hh | 233 hb_object_trace (obj, HB_FUNC); in hb_object_create() 266 hb_object_trace (obj, HB_FUNC); in hb_object_reference() 276 hb_object_trace (obj, HB_FUNC); in hb_object_destroy()
|
D | hb.hh | 275 #define HB_FUNC __PRETTY_FUNCTION__ macro 277 #define HB_FUNC __FUNCSIG__ macro 279 #define HB_FUNC __func__ macro
|