#include <hash_policy_testing.h>
Public Member Functions | |
| NonStandardLayout () | |
| NonStandardLayout (std::string s) | |
| virtual | ~NonStandardLayout () |
Public Attributes | |
| std::string | value |
Friends | |
| template<typename H > | |
| H | AbslHashValue (H h, const NonStandardLayout &v) |
| bool | operator!= (const NonStandardLayout &a, const NonStandardLayout &b) |
| bool | operator== (const NonStandardLayout &a, const NonStandardLayout &b) |
Definition at line 74 of file hash_policy_testing.h.
Definition at line 75 of file hash_policy_testing.h.
| absl::container_internal::NonStandardLayout::NonStandardLayout | ( | std::string | s | ) | [inline, explicit] |
Definition at line 76 of file hash_policy_testing.h.
| virtual absl::container_internal::NonStandardLayout::~NonStandardLayout | ( | ) | [inline, virtual] |
Definition at line 77 of file hash_policy_testing.h.
| H AbslHashValue | ( | H | h, |
| const NonStandardLayout & | v | ||
| ) | [friend] |
Definition at line 89 of file hash_policy_testing.h.
| bool operator!= | ( | const NonStandardLayout & | a, |
| const NonStandardLayout & | b | ||
| ) | [friend] |
Definition at line 83 of file hash_policy_testing.h.
| bool operator== | ( | const NonStandardLayout & | a, |
| const NonStandardLayout & | b | ||
| ) | [friend] |
Definition at line 79 of file hash_policy_testing.h.
Definition at line 93 of file hash_policy_testing.h.