Home
last modified time | relevance | path

Searched defs:method (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp134 typedef native_tag method; typedef
142 typedef generic_tag<std::numeric_limits<T>::is_specialized> method; typedef
179 typedef ieee_copy_all_bits_tag method; typedef
198 typedef ieee_copy_leading_bits_tag method; typedef
234 typedef ieee_copy_all_bits_tag method; typedef
258 typedef ieee_copy_leading_bits_tag method; typedef
294 typedef ieee_copy_all_bits_tag method; typedef
321 typedef ieee_copy_leading_bits_tag method; typedef
365 typedef ieee_copy_leading_bits_tag method; typedef
410 typedef ieee_copy_leading_bits_tag method; typedef
[all …]
/ndk/tests/build/issue-gcc59052-partial-specialization-of-template/jni/
Dissue-gcc59052-partial-specialization-of-template.cc12 static void method() {} in method() function
/ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/
Dissue41387-uniform-initialized-rvalue.cpp3 void method() const {} in method() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dsign.hpp112 typedef typename traits::method method; typedef
126 typedef typename traits::method method; in T() typedef
Dfpclassify.hpp251 typedef typename traits::method method; in BOOST_NO_MACRO_EXPAND() typedef
314 typedef typename traits::method method; typedef
374 typedef typename traits::method method; typedef
452 typedef typename traits::method method; typedef
522 typedef typename traits::method method; typedef
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2045 T* object, Result (T::*method)(), const char* location) { in HandleSehExceptionsInMethodIfSupported()
2072 T* object, Result (T::*method)(), const char* location) { in HandleExceptionsInMethodIfSupported()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc6804 std::string GetEventDescription(const char* method) { in GetEventDescription()