Searched refs:StructWithoutCopyOrMove (Results 1 – 1 of 1) sorted by relevance
134 struct StructWithoutCopyOrMove { struct136 StructWithoutCopyOrMove() = default; argument137 StructWithoutCopyOrMove(const StructWithoutCopyOrMove &) = delete;138 StructWithoutCopyOrMove &operator=(const StructWithoutCopyOrMove &) = delete;142 const StructWithoutCopyOrMove &Value) { in addHash()196 EXPECT_EQ(hashWithBuilder<HE>(StructWithoutCopyOrMove{1}), in TYPED_TEST()281 std::pair<StructWithoutCopyOrMove, std::string> Pair; in TYPED_TEST()300 std::tuple<StructWithoutCopyOrMove, std::string> Tuple; in TYPED_TEST()