Searched defs:Type (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
H A Dinvoke.pass.cpp25 struct Type struct
40 static_assert(sizeof(std::__invoke(&Type::f1, std::declval<Type >())) == 1, "");
41 static_assert(sizeof(std::__invoke(&Type::f2, std::declval<Type const >())) == 2, "");
43 static_assert(sizeof(std::__invoke(&Type::g1, std::declval<Type &>())) == 1, "");
44 static_assert(sizeof(std::__invoke(&Type::g2, std::declval<Type const &>())) == 2, "");
46 static_assert(sizeof(std::__invoke(&Type
[all...]
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-test-part.h51 enum Type { enum in class:testing::TestPartResult
60 TestPartResult(Type a_type,
72 Type type() const { return type_; }
103 Type type_;
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h563 typedef typename Types::Head Type; typedef
564 typedef Fixture<Type> FixtureClass;
565 typedef typename GTEST_BIND_(TestSel, Type) TestClass;
573 GetTypeName<Type>().c_str(),
/ndk/sources/host-tools/ndk-depends/
H A Dndk-depends.cc992 enum Type { enum in struct:__anon305::LibNode
999 Type type;
1008 void Set(Type type_p, const String& value_p) {

Completed in 214 milliseconds