Searched refs:WithId (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 38 struct WithId { struct 39 WithId() : id_(next_id<Derived>()) {} in WithId() argument 40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument 42 WithId& operator=(const WithId& that) { 46 WithId& operator=(WithId&& that) { 54 friend bool operator==(const WithId& a, const WithId& b) { argument 57 friend bool operator!=(const WithId& a, const WithId& b) { return !(a == b); } 60 explicit WithId(size_t id) : id_(id) {} in WithId() argument 98 : absl::container_internal::hash_testing_internal::WithId< [all …]
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 38 struct WithId { struct 39 WithId() : id_(next_id<Derived>()) {} in WithId() argument 40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument 42 WithId& operator=(const WithId& that) { 46 WithId& operator=(WithId&& that) { 54 friend bool operator==(const WithId& a, const WithId& b) { argument 57 friend bool operator!=(const WithId& a, const WithId& b) { return !(a == b); } 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 98 : absl::container_internal::hash_testing_internal::WithId< [all …]
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hash_policy_testing.h | 38 struct WithId { struct 39 WithId() : id_(next_id<Derived>()) {} in WithId() argument 40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument 42 WithId& operator=(const WithId& that) { 46 WithId& operator=(WithId&& that) { 54 friend bool operator==(const WithId& a, const WithId& b) { argument 57 friend bool operator!=(const WithId& a, const WithId& b) { return !(a == b); } 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 98 : absl::container_internal::hash_testing_internal::WithId< [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 38 struct WithId { struct 39 WithId() : id_(next_id<Derived>()) {} in WithId() function 40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument 42 WithId& operator=(const WithId& that) { 46 WithId& operator=(WithId&& that) { 54 friend bool operator==(const WithId& a, const WithId& b) { argument 57 friend bool operator!=(const WithId& a, const WithId& b) { return !(a == b); } 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 98 : absl::container_internal::hash_testing_internal::WithId< [all …]
|
/external/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing.h | 38 struct WithId { struct 39 WithId() : id_(next_id<Derived>()) {} in WithId() function 40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function 42 WithId& operator=(const WithId& that) { 46 WithId& operator=(WithId&& that) { 54 friend bool operator==(const WithId& a, const WithId& b) { argument 57 friend bool operator!=(const WithId& a, const WithId& b) { return !(a == b); } 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 98 : absl::container_internal::hash_testing_internal::WithId< [all …]
|