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.cpp144 constexpr static bool function_pointers_have_same_size = sizeof(void*) == sizeof(fun_t); in printIncompatibleComponentReplacementsError() local
145 if (function_pointers_have_same_size) { in printIncompatibleComponentReplacementsError()
195 constexpr static bool function_pointers_have_same_size = sizeof(void*) == sizeof(fun_t); in printComponentReplacementFailedBecauseTargetAlreadyExpanded() local
196 if (function_pointers_have_same_size) { in printComponentReplacementFailedBecauseTargetAlreadyExpanded()