Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
Dinvoke.pass.cpp25 struct Type struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
Dsuffix.hpp411 # define BOOST_USE_FACET(Type, loc) std::use_facet(loc, static_cast<Type*>(0)) argument
412 # define BOOST_HAS_FACET(Type, loc) std::has_facet(loc, static_cast<Type*>(0)) argument
414 # define BOOST_USE_FACET(Type, loc) std::_USE(loc, Type) argument
415 # define BOOST_HAS_FACET(Type, loc) std::_HAS(loc, Type) argument
417 # define BOOST_USE_FACET(Type, loc) (*std::_Use_facet<Type >(loc)) argument
418 # define BOOST_HAS_FACET(Type, loc) std::has_facet< Type >(loc) argument
421 # define BOOST_USE_FACET(Type, loc) std::use_facet< Type >(loc) argument
422 # define BOOST_HAS_FACET(Type, loc) std::has_facet< Type >(loc) argument
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h51 enum Type { enum
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h563 typedef typename Types::Head Type; in Register() typedef
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2931 #define GTEST_REPEATER_METHOD_(Name, Type) \ argument
2941 #define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ argument
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc992 enum Type { enum