|
| std::ostream & | folly::operator<< (std::ostream &os, E e) |
| |
| template<class V , class E > |
| std::ostream & | folly::operator<< (std::ostream &os, const Expected< V, E > &e) |
| |
| | folly::TEST (Expected, NoDefault) |
| |
| | folly::TEST (Expected, String) |
| |
| | folly::TEST (Expected, Ambiguous) |
| |
| | folly::TEST (Expected, Const) |
| |
| | folly::TEST (Expected, Simple) |
| |
| bool | folly::operator== (const MoveTester &o1, const MoveTester &o2) |
| |
| | folly::TEST (Expected, value_or_rvalue_arg) |
| |
| | folly::TEST (Expected, value_or_noncopyable) |
| |
| | folly::TEST (Expected, value_move) |
| |
| | folly::TEST (Expected, dereference_move) |
| |
| | folly::TEST (Expected, EmptyConstruct) |
| |
| | folly::TEST (Expected, Unique) |
| |
| | folly::TEST (Expected, Shared) |
| |
| | folly::TEST (Expected, Order) |
| |
| | folly::TEST (Expected, SwapMethod) |
| |
| | folly::TEST (Expected, StdSwapFunction) |
| |
| | folly::TEST (Expected, FollySwapFunction) |
| |
| | folly::TEST (Expected, Comparisons) |
| |
| | folly::TEST (Expected, Conversions) |
| |
| | folly::TEST (Expected, Pointee) |
| |
| | folly::TEST (Expected, MakeOptional) |
| |
| | folly::TEST (Expected, SelfAssignment) |
| |
| | folly::TEST (Expected, AssignmentContained) |
| |
| | folly::TEST (Expected, Exceptions) |
| |
| | folly::TEST (Expected, NoThrowDefaultConstructible) |
| |
| | folly::TEST (Expected, NoThrowMoveConstructible) |
| |
| | folly::TEST (Expected, NoThrowMoveAssignable) |
| |
| | folly::TEST (Expected, NoSelfAssign) |
| |
| | folly::TEST (Expected, TriviallyDestructible) |
| |
| | folly::TEST (Expected, TriviallyCopyable) |
| |
| | folly::TEST (Expected, Then) |
| |
| | folly::TEST (Expected, ThenOrThrow) |
| |