Home
last modified time | relevance | path

Searched defs:has_overload (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/vendor/
H A Doptional.hpp214 constexpr static bool has_overload(...) { return false; } in has_overload() function
217 constexpr static bool has_overload(bool) { return true; } in has_overload() function
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp463 const bool has_overload = in populate_operator_name() local