HomeSort by relevance Sort by last modified time
    Searched defs:UserType (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/std/experimental/simd/simd.traits/
is_abi_tag.pass.cpp 25 struct UserType {};
64 static_assert(!ex::is_abi_tag<UserType>::value, "");
107 static_assert(!ex::is_abi_tag_v<UserType>, "");
is_simd.pass.cpp 25 struct UserType {};
76 static_assert(!ex::is_simd<UserType>::value, "");
127 static_assert(!ex::is_simd_v<UserType>, "");
is_simd_flag_type.pass.cpp 25 struct UserType {};
35 static_assert(!ex::is_simd_flag_type<UserType>::value, "");
47 static_assert(!ex::is_simd_flag_type_v<UserType>, "");
is_simd_mask.pass.cpp 25 struct UserType {};
99 static_assert(!ex::is_simd_mask<UserType>::value, "");
150 static_assert(!ex::is_simd_mask_v<UserType>, "");
  /external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
ctor.pass.cpp 27 struct UserType {
30 UserType() noexcept {}
31 constexpr explicit UserType(int d) noexcept : i(d) {}
33 friend bool operator==(const UserType& x, const UserType& y) {
62 TestFunc<UserType>()();
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.fail.cpp 16 struct UserType {};
19 std::tuple<long, long, char, std::string, char, UserType, char> t1;
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 194 struct UserType {
195 UserType() : value(0) {}
201 EXPECT_FALSE(BuiltInDefaultValue<UserType>::Exists());
216 BuiltInDefaultValue<UserType>::Get();
223 EXPECT_FALSE(DefaultValue<const UserType>::IsSet());
229 EXPECT_FALSE(DefaultValue<const UserType>::Exists());
232 DefaultValue<const UserType>::Set(UserType());
235 EXPECT_EQ(0, DefaultValue<const UserType>::Get().value);
238 EXPECT_TRUE(DefaultValue<const UserType>::Exists())
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 153 milliseconds