Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dbinding_normalization.cpp146 constexpr static bool function_pointers_have_same_size = sizeof(void*) == sizeof(fun_t); in printIncompatibleComponentReplacementsError() local
147 if (function_pointers_have_same_size) { in printIncompatibleComponentReplacementsError()
197 constexpr static bool function_pointers_have_same_size = sizeof(void*) == sizeof(fun_t); in printComponentReplacementFailedBecauseTargetAlreadyExpanded() local
198 if (function_pointers_have_same_size) { in printComponentReplacementFailedBecauseTargetAlreadyExpanded()