reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ADT/OptionalTest.cpp
  246     val = other.val;
  246     val = other.val;
  250     val = other.val;
  250     val = other.val;
  283   EXPECT_EQ(3, O->val);
  295   EXPECT_EQ(3, B->val);
  306   EXPECT_EQ(3, O->val);
  319   EXPECT_EQ(3, B->val);
  344   EXPECT_EQ(3, B->val);
  391   EXPECT_EQ(42, std::move(A).getValueOr(MoveOnly(42)).val);
  398   EXPECT_EQ(5, std::move(A).getValueOr(MoveOnly(42)).val);