| /external/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 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 66 static size_t next_id() { in next_id()
|
| /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 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 66 static size_t next_id() { in next_id()
|
| /external/angle/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() argument 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 66 static size_t next_id() { in next_id()
|
| /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() function 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() argument 66 static size_t next_id() { in next_id()
|
| /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 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() argument 66 static size_t next_id() { in next_id()
|
| /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() function 40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 66 static size_t next_id() { in next_id()
|
| /external/tensorflow/third_party/absl/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 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() argument 66 static size_t next_id() { in next_id()
|
| /external/cronet/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() argument 41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument 54 friend bool operator==(const WithId& a, const WithId& b) { argument 60 explicit WithId(size_t id) : id_(id) {} in WithId() function 66 static size_t next_id() { in next_id()
|
| /external/rust/crates/gdbstub/src/protocol/common/ |
| D | thread_id.rs | 14 WithId(NonZeroUsize), enumerator 88 WithId(core::num::NonZeroUsize), enumerator
|