Searched refs:StructWithoutCopyOrMove (Results 1 – 1 of 1) sorted by relevance
134 struct StructWithoutCopyOrMove { struct136 StructWithoutCopyOrMove() = default; argument137 explicit StructWithoutCopyOrMove(int I) : I(I) {} in StructWithoutCopyOrMove() function138 StructWithoutCopyOrMove(const StructWithoutCopyOrMove &) = delete;139 StructWithoutCopyOrMove &operator=(const StructWithoutCopyOrMove &) = delete;143 const StructWithoutCopyOrMove &Value) { in addHash()197 EXPECT_EQ(hashWithBuilder<HE>(StructWithoutCopyOrMove{1}), in TYPED_TEST()282 std::pair<StructWithoutCopyOrMove, std::string> Pair; in TYPED_TEST()301 std::tuple<StructWithoutCopyOrMove, std::string> Tuple; in TYPED_TEST()