HomeSort by relevance Sort by last modified time
    Searched refs:invoke_result (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp 56 static_assert((std::is_same<typename std::invoke_result<Fn, Args...>::type, Ret>::value), "");
80 static_assert((!HasType<std::invoke_result<Fn, Args...> >::value), "");
result_of11.pass.cpp 41 static_assert((std::is_same<typename std::invoke_result<Fn, Args...>::type, Ret>::value), "");
  /art/runtime/interpreter/
unstarted_runtime.cc 1053 JValue invoke_result; local
    [all...]

Completed in 91 milliseconds