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

/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Dctor.pass.cpp27 struct UserType { struct
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/
H A Dtuple.by.type.fail.cpp15 struct UserType {}; struct
18 std::tuple<long, long, char, std::string, char, UserType, char> t1;
/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc194 struct UserType { struct in namespace:__anon7032
195 UserType() : value(0) {} function in struct:__anon7032::UserType
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>
[all...]
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 254 milliseconds