Searched refs:HB_FUNC (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-debug.hh | 231 #define DEBUG_MSG_FUNC(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), HB_FUNC, fa… 344 #define return_trace(RET) return trace.ret (RET, HB_FUNC, __LINE__) 397 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 410 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 422 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 434 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 446 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \ 458 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 470 (&c->debug_depth, c->get_name (), this, HB_FUNC, \ 490 (&c->debug_depth, c->get_name (), this, HB_FUNC, \
|
D | hb-object.hh | 230 hb_object_trace (obj, HB_FUNC); in hb_object_create() 263 hb_object_trace (obj, HB_FUNC); in hb_object_reference() 273 hb_object_trace (obj, HB_FUNC); in hb_object_destroy()
|
D | hb.hh | 223 #define HB_FUNC __PRETTY_FUNCTION__ macro 225 #define HB_FUNC __FUNCSIG__ macro 227 #define HB_FUNC __func__ macro
|