Searched defs:hb_dispatch_context_t (Results 1 – 1 of 1) sorted by relevance
39 struct hb_dispatch_context_t struct43 const Context* thiz () const { return static_cast<const Context *> (this); } in thiz()44 Context* thiz () { return static_cast< Context *> (this); } in thiz()46 const char *get_name () { return "UNKNOWN"; } in get_name()47 static constexpr unsigned max_debug_depth = MaxDebugDepth;48 typedef Return return_t;50 bool may_dispatch (const T *obj HB_UNUSED, const F *format HB_UNUSED) { return true; } in may_dispatch()52 return_t dispatch (const T &obj, Ts&&... ds) in dispatch()54 static return_t no_dispatch_return_value () { return Context::default_return_value (); } in no_dispatch_return_value()55 static bool stop_sublookup_iteration (const return_t r HB_UNUSED) { return false; } in stop_sublookup_iteration()[all …]